Merge pull request #4070 from bobylito/patch-1

fix(getting_started): wording
This commit is contained in:
Rémi Verschelde
2020-09-25 15:05:38 +02:00
committed by GitHub
@@ -61,7 +61,7 @@ Dock in the lower left corner:
Player scene
------------
The first scene we will make defines the ``Player`` object. One of the benefits
The first scene will define the ``Player`` object. One of the benefits
of creating a separate Player scene is that we can test it separately, even
before we've created other parts of the game.