Browse Source

Correct typo in tscn docs

Alex Drozd 1 year ago
parent
commit
db172cf7c5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      contributing/development/file_formats/tscn.rst

+ 2 - 2
contributing/development/file_formats/tscn.rst

@@ -127,8 +127,8 @@ the path should be ``"."``. Here is an example scene tree
 
 .. tip::
 
-    To make the file structure easier to grasp, you can saving a file with any
-    given node or resource then inspect it yourself in an external editor. You
+    To make the file structure easier to grasp, you can save a file with any
+    given node or resource and then inspect it yourself in an external editor. You
     can also make incremental changes in the Godot editor, and keep an external
     text editor open on the ``.tscn`` or ``.tres`` file with auto-reload enabled
     to see what changes.