Skip to content

Commit 36ff41b

Browse files
Merge pull request #6511 from MicrosoftDocs/docs/modernize-design-basics
docs: design-basics
2 parents da20978 + 39ab1f5 commit 36ff41b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hub/apps/design/basics/commanding-basics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ When designing a command interface, the most important decision is choosing what
3535

3636
## Choose the right command elements
3737

38-
Using the right elements in a command interface can make the difference between an intuitive, easy-to-use app and a difficult, confusing app. A comprehensive set of command elements are available in the Windows app. Here's a list of some of the most common UWP command elements.
38+
Using the right elements in a command interface can make the difference between an intuitive, easy-to-use app and a difficult, confusing app. A comprehensive set of command elements are available in the Windows app. Here's a list of some of the most common WinUI command elements.
3939

4040
:::row:::
4141
:::column:::
@@ -137,7 +137,7 @@ Menus and context menus save space by organizing commands and hiding them until
137137

138138
The [CommandBarFlyout](../controls/command-bar-flyout.md) is a type of contextual menu that combines the benefits of a command bar and a context menu into a single control. It can provide shortcuts to commonly-used actions and provide access to secondary commands that are only relevant in certain contexts, such as clipboard or custom commands.
139139

140-
UWP also provides a set of traditional menus and context menus; for more info, see [Menus and context menus](../controls/menus-and-context-menus.md).
140+
WinUI also provides a set of traditional menus and context menus; for more info, see [Menus and context menus](../controls/menus-and-context-menus.md).
141141
:::column-end:::
142142
:::row-end:::
143143

0 commit comments

Comments
 (0)