diff --git a/specs/SplitMenuFlyoutItem/SplitMenuFlyoutItem-spec.md b/specs/SplitMenuFlyoutItem/SplitMenuFlyoutItem-spec.md index 7a4452892c..fa190d0baa 100644 --- a/specs/SplitMenuFlyoutItem/SplitMenuFlyoutItem-spec.md +++ b/specs/SplitMenuFlyoutItem/SplitMenuFlyoutItem-spec.md @@ -135,7 +135,7 @@ We can also support nesting of menu items in this control: ### Using SplitMenuFlyoutItem in XAML, C#, and C++ -As any control can be instantiated using either XANL, C# or C++, here is a table showing how to achieve the same UI with either of the options. +As any control can be instantiated using either XAML, C# or C++, here is a table showing how to achieve the same UI with either of the options. @@ -264,8 +264,7 @@ type of menu flyout item, including separators and sub-items. Gets or sets the style applied to the submenu's flyout presenter. -This property allows you to customize the appearance of the submenu container. -itself, such as background colour, border, and padding. +This property allows you to customize the appearance of the submenu container itself, such as background colour, border, and padding. ```xaml @@ -385,4 +384,4 @@ Accessibility tools like screen readers (Narrator, NVDA) use the UI Automation F ### Other Behaviour -1. When `Items` property is an empty collection, the secondary button will be disabled. \ No newline at end of file +1. When `Items` property is an empty collection, the secondary button will be disabled.