Skip to content

Commit 9cf8e02

Browse files
committed
Fix for release notes code snippet
1 parent b8e170b commit 9cf8e02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hub/apps/windows-app-sdk/experimental-channel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The new experimental SplitMenuFlyoutItem control is designed to provide a split
115115
Along with the capabilities of MenuFlyoutItem and MenuFlyoutSubItem, the control comes with two other properties : `SubMenuPresenterStyle` and `SubMenuItemStyle`, which allows the customization of the submenu, like using GridView for the submenu presenter.
116116

117117
```
118-
<Button Text="Open File Button">
118+
<Button Content="Open with">
119119
<Button.Flyout>
120120
<MenuFlyout>
121121
<SplitMenuFlyoutItem Text="Open with Notepad">

0 commit comments

Comments
 (0)