[NUI] Check spelling
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI.Components / Controls / Navigation / Page.cs
index 298087e..7cb9886 100755 (executable)
@@ -65,7 +65,7 @@ namespace Tizen.NUI.Components
         [EditorBrowsable(EditorBrowsableState.Never)]
         public Page(AppBar appBar, View content = null) : base()
         {
-            //AppBar and Content are located verically.
+            //AppBar and Content are located vertically.
             var linearLayout = new LinearLayout();
             linearLayout.LinearOrientation = LinearLayout.Orientation.Vertical;
             Layout = linearLayout;