From a1094ce629cb2809935838d910d96594da35b938 Mon Sep 17 00:00:00 2001 From: Matthew Date: Mon, 29 Apr 2024 19:40:15 -0400 Subject: [PATCH] Merge pull request #9302 from st-angelo/master Fix a typo in node_alternatives.rst (cherry picked from commit fe4d6179200cbffc72a36874c43bfd1cf7c22856) --- tutorials/best_practices/node_alternatives.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/best_practices/node_alternatives.rst b/tutorials/best_practices/node_alternatives.rst index 6c2d831d7..af007519b 100644 --- a/tutorials/best_practices/node_alternatives.rst +++ b/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 ` 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 `