Docs: fixed some typos (#9217)

This commit is contained in:
tanksdude
2026-02-10 16:40:52 +01:00
committed by GitHub
parent 1bcc23ef12
commit 5fe48b6a0e
12 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ Once the procedure for the specific builder is generated, the build command is *
---
### CMake useful options
#### Generator types (alternative to **ninja** bulder):
#### Generator types (alternative to **ninja** builder):
- `-G Ninja` to build with __ninja__ builder
- `-G "Unix Makefiles"` to build with __make__ builder
- `-G "Visual Studio 17 2022" -A x64` to create a VS 2022 solution (.sln) file, Windows only