diff --git a/src/Avalonia.Controls/Platform/IInsetsManager.cs b/src/Avalonia.Controls/Platform/IInsetsManager.cs index a8b692c82a..94a166a9ae 100644 --- a/src/Avalonia.Controls/Platform/IInsetsManager.cs +++ b/src/Avalonia.Controls/Platform/IInsetsManager.cs @@ -15,7 +15,7 @@ namespace Avalonia.Controls.Platform bool? IsSystemBarVisible { get; set; } /// - /// Gets or sets whether the window draws edge to edge. behind any visibile system bars. + /// Gets or sets whether the window draws edge to edge. behind any visible system bars. /// bool DisplayEdgeToEdge { get; set; }