소스 검색

fix typo.

Dan Walmsley 7 년 전
부모
커밋
6bb25bea93
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Avalonia.Controls/Primitives/Popup.cs

+ 1 - 1
src/Avalonia.Controls/Primitives/Popup.cs

@@ -41,7 +41,7 @@ namespace Avalonia.Controls.Primitives
             AvaloniaProperty.Register<Popup, PlacementMode>(nameof(PlacementMode), defaultValue: PlacementMode.Bottom);
 
         /// <summary>
-        /// Degines the <see cref="ObeyScreenEdges"/> property.
+        /// Defines the <see cref="ObeyScreenEdges"/> property.
         /// </summary>
         public static readonly StyledProperty<bool> ObeyScreenEdgesProperty =
             AvaloniaProperty.Register<Popup, bool>(nameof(ObeyScreenEdges));