From 8026d8926c703b819ce8384d7abc7fe4dfc42d2b Mon Sep 17 00:00:00 2001 From: Skye Sprung Date: Sun, 21 Aug 2022 22:35:33 +0200 Subject: [PATCH] Documentation: Change spelling error in CLionConfiguration.md Change "want exclude" to "want to exclude" --- Documentation/CLionConfiguration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/CLionConfiguration.md b/Documentation/CLionConfiguration.md index 842b6081d21..9d80243d420 100644 --- a/Documentation/CLionConfiguration.md +++ b/Documentation/CLionConfiguration.md @@ -34,7 +34,7 @@ If you already have the project open, you can go to `File -> Settings -> Build, Source files are copied to the `Build` directory during the build, if you do not exclude them from CLion indexing they will show up in search results. This is often confusing, unintuitive, and can result in you losing changes you have made to files. To exclude these files navigate to the `Project` tool window, right-click the `Build` folder and select `Mark Directory as | Excluded`. If you -want exclude Toolchain files as well, follow the same procedure with the following paths: +want to exclude Toolchain files as well, follow the same procedure with the following paths: - `Toolchain/Local` - `Toolchain/Tarballs` - `Toolchain/Build`