Browse Source

Tutorial: Fix typo in Step 5

Tyler Yankee 1 month ago
parent
commit
435e403e5a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Help/guide/tutorial/In-Depth CMake Library Concepts.rst

+ 1 - 1
Help/guide/tutorial/In-Depth CMake Library Concepts.rst

@@ -384,7 +384,7 @@ These are ``PUBLIC``, because we want the objects to be added to the
 ``MathFunctions`` library as part of its own build step, and we want the
 ``MathFunctions`` library as part of its own build step, and we want the
 headers to be available to consumers of the library.
 headers to be available to consumers of the library.
 
 
-Then we add the ``MathExtensions`` subdirectoy to the project.
+Then we add the ``MathExtensions`` subdirectory to the project.
 
 
 .. raw:: html
 .. raw:: html