From 6de4fff28ca1b2a2dd1cfb147535b2830705305f Mon Sep 17 00:00:00 2001 From: Noora Date: Sat, 23 Mar 2024 04:13:04 +0200 Subject: [PATCH] Add missing word in instancing.rst --- getting_started/step_by_step/instancing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting_started/step_by_step/instancing.rst b/getting_started/step_by_step/instancing.rst index 6cd856712..91bfcba84 100644 --- a/getting_started/step_by_step/instancing.rst +++ b/getting_started/step_by_step/instancing.rst @@ -20,7 +20,7 @@ and bounce on walls, a :ref:`Sprite2D ` node, and a .. image:: img/instancing_ball_scene.webp -Once you saved a scene, it works as a blueprint: you can reproduce it in other +Once you have saved a scene, it works as a blueprint: you can reproduce it in other scenes as many times as you'd like. Replicating an object from a template like this is called **instancing**.