From 691664fb5dc6952695a68f5c7b6796d22422026d Mon Sep 17 00:00:00 2001 From: Noah van der Vleuten <54477889+NoahVl@users.noreply.github.com> Date: Sun, 24 May 2026 17:47:53 +0200 Subject: [PATCH] Fix building.md typo --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index cdca3e6..c3773a3 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -30,7 +30,7 @@ In the setup process you'll need to select the following options and tools for i - C++ Clang Compiler for Windows - C++ CMake tools for Windows -The other tool necessary will be `make` which can be installe via [Chocolatey](https://chocolatey.org/): +The other tool necessary will be `make` which can be installed via [Chocolatey](https://chocolatey.org/): ```bash choco install make ```