Browse Source

Fix typo in VS Code configuration guide (#3628)

Yuri Sizov 5 years ago
parent
commit
e2e3ecc5b0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      development/cpp/configuring_an_ide/visual_studio_code.rst

+ 1 - 1
development/cpp/configuring_an_ide/visual_studio_code.rst

@@ -51,7 +51,7 @@ Importing the project
 
    An example of a filled out ``tasks.json``.
 
-Arguments are can be different based on your own setup and needs. See
+Arguments can be different based on your own setup and needs. See
 :ref:`doc_introduction_to_the_buildsystem` for a full list of arguments.
 
 Debugging the project