Browse Source

Fix typo "Code" -> "VS Code" (#4905)

Co-authored-by: Hugo Locurcio <[email protected]>
Aaron R 4 years ago
parent
commit
c1186f6555
1 changed files with 1 additions and 1 deletions
  1. 1 1
      community/contributing/class_reference_writing_guidelines.rst

+ 1 - 1
community/contributing/class_reference_writing_guidelines.rst

@@ -110,7 +110,7 @@ Alternatively, you can build Godot and open the modified page in the built-in
 code reference. To learn how to compile the engine, read the :ref:`compilation
 guide <toc-devel-compiling>`.
 
-We recommend using a code editor that supports XML files like Vim, Atom, Code,
+We recommend using a code editor that supports XML files like Vim, Atom, Visual Studio Code,
 Notepad++, or another to comfortably edit the file. You can also use their
 search feature to find classes and properties quickly.