Skip to content

Commit

Permalink
Fix typo in configure.md (#3900)
Browse files Browse the repository at this point in the history
als -> also

Co-authored-by: Garrett Campbell <[email protected]>
  • Loading branch information
Ashark and gcampbell-msft authored Jul 17, 2024
1 parent e43f28f commit b2fd188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ To get CMake Tools to do a clean configure, run **CMake: Delete Cache and Reconf

A clean configure deletes the `CMakeCache.txt` file and `CMakeFiles` directory from the build directory. This resets all of CMake's default state.

A clean configure is required for certain build system changes, such as when the active kit changes, but may als be convenient as a reset if you have changed configuration settings outside of CMake Tools.
A clean configure is required for certain build system changes, such as when the active kit changes, but may also be convenient as a reset if you have changed configuration settings outside of CMake Tools.

CMake Tools will do a clean configure automatically if you change the active kit.

Expand Down

0 comments on commit b2fd188

Please sign in to comment.