소스 검색

Merge pull request #9302 from st-angelo/master

Fix a typo in node_alternatives.rst

(cherry picked from commit fe4d6179200cbffc72a36874c43bfd1cf7c22856)
Matthew 1 년 전
부모
커밋
a1094ce629
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tutorials/best_practices/node_alternatives.rst

+ 1 - 1
tutorials/best_practices/node_alternatives.rst

@@ -50,7 +50,7 @@ your project's features.
 
    - **Example:** Scripts, PackedScene (for scene files), and other types like
      each of the :ref:`AudioEffect <class_AudioEffect>` classes. Each of these
-     can be save and loaded, therefore they extend from Resource.
+     can be saved and loaded, therefore they extend from Resource.
 
    - **Advantages:** Much has
      :ref:`already been said <doc_resources>`