From 5542e727d024ddd88497a6e1ae0980f9836fe22f Mon Sep 17 00:00:00 2001 From: Sujal Gupta <55016909+heysujal@users.noreply.github.com> Date: Mon, 27 Sep 2021 20:53:28 +0530 Subject: [PATCH] fix typo (#11338) --- doc/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/building.md b/doc/building.md index b00d7c45f..5a5b46ff0 100644 --- a/doc/building.md +++ b/doc/building.md @@ -15,7 +15,7 @@ Import-Module .\tools\OpenConsole.psm1 Set-MsBuildDevEnvironment Get-Format ``` -After, go to Tools > Options > Text Editor > C++ > Formatting and checking "Use custom clang-format.exe file" in Visual Studio and choose the clang-format.exe in the repository at /packages/clang-format.win-x86.10.0.0/tools/clang-format.exe by clicking "browse" right under the check box. +After, go to Tools > Options > Text Editor > C++ > Formatting and check "Use custom clang-format.exe file" in Visual Studio and choose the clang-format.exe in the repository at /packages/clang-format.win-x86.10.0.0/tools/clang-format.exe by clicking "browse" right under the check box. ### Building in PowerShell