From d0d12414bf71e67953a095514c870faf95c2ed3f Mon Sep 17 00:00:00 2001 From: egocarib Date: Mon, 10 Jul 2023 18:43:50 -0500 Subject: [PATCH] Fix small typo --- docs/dev/compile/Compile.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/compile/Compile.rst b/docs/dev/compile/Compile.rst index 22b9a7b1a..d9a0fa4c8 100644 --- a/docs/dev/compile/Compile.rst +++ b/docs/dev/compile/Compile.rst @@ -89,7 +89,7 @@ assistance. All Platforms ============= Before you can compile the code you'll need to configure your build with cmake. Some IDEs can do this, -but from command line is the usual way to do this; thought the Windows section below points out some +but from command line is the usual way to do this; though the Windows section below points out some Windows batch files that can be used to avoid opening a terminal/command-prompt. You should seek cmake's documentation online or via ``cmake --help`` to see how the command works. See