From 54230fb235a456d16aa6bb10a64d76a3a8aa71c7 Mon Sep 17 00:00:00 2001 From: Nathan Lovato Date: Wed, 11 Nov 2020 07:16:01 -0600 Subject: [PATCH] Update tutorials/scripting/groups.rst Co-authored-by: balloonpopper <5151242+balloonpopper@users.noreply.github.com> --- tutorials/scripting/groups.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/scripting/groups.rst b/tutorials/scripting/groups.rst index 5e11a9034..bf39531b8 100644 --- a/tutorials/scripting/groups.rst +++ b/tutorials/scripting/groups.rst @@ -65,7 +65,7 @@ Using code ~~~~~~~~~~ You can also manage groups from scripts. The following code adds the node to -which you attach the script to the ``guards`` group as soon as it entered the +which you attach the script to the ``guards`` group as soon as it enters the scene tree. .. tabs::