Browse Source

Fix typo in XML documentation for ExtendClientAreaChromeHints enum (#19245)

pull/19366/head
Versette 6 months ago
committed by GitHub
parent
commit
debd14f68a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/Avalonia.Controls/Platform/ExtendClientAreaChromeHints.cs

2
src/Avalonia.Controls/Platform/ExtendClientAreaChromeHints.cs

@ -9,7 +9,7 @@ namespace Avalonia.Platform
public enum ExtendClientAreaChromeHints public enum ExtendClientAreaChromeHints
{ {
/// <summary> /// <summary>
/// The will be no chrome at all. /// There will be no chrome at all.
/// </summary> /// </summary>
NoChrome, NoChrome,

Loading…
Cancel
Save