diff --git a/styleguide/procedures-instructions/describing-interactions-with-ui.md b/styleguide/procedures-instructions/describing-interactions-with-ui.md
index 46dfc89b..5506cbef 100644
--- a/styleguide/procedures-instructions/describing-interactions-with-ui.md
+++ b/styleguide/procedures-instructions/describing-interactions-with-ui.md
@@ -19,13 +19,13 @@ input method. Don't use input-specific verbs, such as *click* or *swipe*. Instea
| **Verb** | **Use for** | **Examples** |
|---------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| **Open** |
- Use for websites and webpages only when necessary to match the UI. Otherwise, use go to.
- Don't use for commands and menus.
| - Select Users + groups to open the blade.
- To open the document in Outline view, select View > Outline.
- In WindowName, open the shortcut menu for ItemName.
|
+| **Open** | - Use for websites and webpages only when necessary to match the UI. Otherwise, use go to.
- Don't use for commands and menus.
| - Select Users + groups to open the blade.
- To open the document in Outline view, select **View** > **Outline**.
- In WindowName, open the shortcut menu for ItemName.
|
| **Close** | - The action a program or app takes when it encounters a problem and can't continue. (Don't confuse with stop responding.)
| - Close the Users + groups blade.
- Save and close the document.
- Closing Excel also closes all open worksheets.
|
| **Leave** | Websites and webpages | Select **Submit** to complete the survey and leave this page. |
| **Go to** | - Going to a tab or another particular place in the UI.
- Going to a website or webpage.
- It's OK to use On the XXX tab if the instruction is brief and continues immediately.
| - Go to Search
, enter the word settings, and then select Settings.
- Go to File, and then select Close.
- On the ribbon, go to the Design tab.
- Go to the Deploy tab. In the Configuration list …
- On the Deploy tab, in the Configuration list …
- Go to Example.com to register.
|
| **Select** | Instructing the customer to select a specific item, including:
- Selecting an option, such as a button.
- Selecting a value from a list box.
- Selecting link text to go to a link.
- Selecting an item on a menu or shortcut menu.
- Selecting an item from a gallery.
- Selecting keys and keyboard shortcuts. (Document keyboard shortcuts only if they're the most likely way the customer will accomplish a task or as an alternative input method, usually in a separate keyboard shortcuts article.)
| - Select the Modify button.
- For Alignment, select Left.
- Select the text, open the shortcut menu, and then select Font.
- Select the LinkName link.
- Select **Ctrl+Alt+Delete**.
|
| **Select and hold, select and hold (or right-click)** | Use to describe pressing and holding an element in the UI. It's OK to use *right-click* with *select and hold* when the instruction isn't specific to touch devices. | - To flag a message that you want to deal with later, select and hold it, and then select **Set flag**.
- Select and hold (or right-click) the Windows taskbar, and then select **Cascade windows**.
- Select and hold (or right-click) the **Start**
button, and then select **Device Manager**.
|
-| **>** | Use a greater-than symbol (>) to separate sequential steps.
Only use this approach when there's a clear and obvious path through the UI and the selection method is the same for each step. For example, don't mix things that require opening, selecting, and choosing.
Don't bold the greater-than symbol. Include a space before and after the symbol. | Select **Accounts > Other accounts > Add an account**. |
+| **>** | Use a greater-than symbol (>) to separate sequential steps.
Only use this approach when there's a clear and obvious path through the UI and the selection method is the same for each step. For example, don't mix things that require opening, selecting, and choosing.
Don't bold the greater-than symbol. Include a space before and after the symbol. | Select **Accounts** > **Other accounts** > **Add an account**. |
| **Clear** | Clearing the selection from a check box. | Clear the **Header row** check box. |
| **Choose** | Choosing an option, based on the customer's preference or desired outcome. | On the **Font** tab, choose the effects you want. |
| **Switch, turn on, turn off** | Turning a toggle key or toggle switch on or off. | - Use the **Caps lock** key to switch from typing capital letters to typing lowercase letters.
- To switch between Normal, Outline, and Slide Sorter views, use the buttons on the View tab.
- To make text and apps easier to see, turn on the toggle under Turn on high contrast.
- To keep all applied filters, turn on the Pass all filters toggle.
|