Browse Source

Fixed a typo in the IDE configuration docs

Athomield 7 years ago
parent
commit
b43d148e81
1 changed files with 1 additions and 1 deletions
  1. 1 1
      development/cpp/configuring_an_ide.rst

+ 1 - 1
development/cpp/configuring_an_ide.rst

@@ -41,7 +41,7 @@ Add the following includes/imports:
     core/math/
     tools/
     drivers/
-    platform/x11/  // make that platform/osx/ is you're using OS X
+    platform/x11/  // make that platform/osx/ if you're using OS X
 
 .. image:: img/kdevelop_addincludes.png