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 `