ソースを参照

Correct typo in tscn docs

Alex Drozd 1 年間 前
コミット
db172cf7c5
1 ファイル変更2 行追加2 行削除
  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.