Skip to content

Commit 6973f1a

Browse files
TylerMSFTTylerMSFT
authored andcommitted
I think it was a mistake to hyphenate dropdown
1 parent 32999c0 commit 6973f1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sanitizers/asan.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ To build and run the debugger, press **F5**. An **Exception Thrown** window appe
146146

147147
To enable AddressSanitizer for a [CMake project created to target Windows](../build/cmake-projects-in-visual-studio.md), follow these steps:
148148

149-
1. Open the **Configurations** drop-down in the toolbar at the top of the IDE and select **Manage Configurations**.
149+
1. Open the **Configurations** dropdown in the toolbar at the top of the IDE and select **Manage Configurations**.
150150

151-
:::image type="content" source="media/asan-cmake-configuration-drop-down.png" alt-text="Screenshot of the CMake configuration drop-down. It displays options like x64 Debug, x64 Release, and so on. At the bottom of the list, Manage Configurations... is highlighted.":::
151+
:::image type="content" source="media/asan-cmake-configuration-drop-down.png" alt-text="Screenshot of the CMake configuration dropdown. It displays options like x64 Debug, x64 Release, and so on. At the bottom of the list, Manage Configurations... is highlighted.":::
152152

153153
That opens the CMake Project Settings editor, which reflects the contents of your project's `CMakeSettings.json` file.
154154

0 commit comments

Comments
 (0)