From d644d988e99e2c51e772f547ffbce6ef8080cf8a Mon Sep 17 00:00:00 2001 From: kkent030315 Date: Mon, 9 Dec 2024 23:07:12 +0900 Subject: [PATCH] fix typo in doc --- etc/projects/bingen/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/projects/bingen/README.md b/etc/projects/bingen/README.md index 65668786..6e784862 100644 --- a/etc/projects/bingen/README.md +++ b/etc/projects/bingen/README.md @@ -50,7 +50,7 @@ Open `bingen.sln` under [`etc/projects/bingen`](etc/projects/bingen/) and compil #### Optional: Referencing manually-installed Clang toolchain -If you do not have or not willing to install Clang under Visual Studio indivisual components, [customize the build by folder for MSBuild](https://learn.microsoft.com/en-us/visualstudio/msbuild/customize-by-directory?view=vs-2022) by deploying following `Directory.build.props` right next to the `.sln`: +If you do not have or not willing to install Clang under Visual Studio individual components, [customize the build by folder for MSBuild](https://learn.microsoft.com/en-us/visualstudio/msbuild/customize-by-directory?view=vs-2022) by deploying following `Directory.build.props` right next to the `.sln`: ```xml