Browse Source

Typo fix: "counterpart" -> "counterparts"

pcamp 2 years ago
parent
commit
a58f9de2c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      getting_started/introduction/key_concepts_overview.rst

+ 1 - 1
getting_started/introduction/key_concepts_overview.rst

@@ -46,7 +46,7 @@ It is made of a ``CharacterBody2D`` node named "Character", a ``Sprite2D``, a
 ``Camera2D``, and a ``CollisionShape2D``.
 
 .. note:: The node names end with "2D" because this is a 2D scene. Their 3D
-          counterpart have names that end with "3D".
+          counterparts have names that end with "3D".
 
 Notice how nodes and scenes look the same in the editor. When you save a tree of
 nodes as a scene, it then shows as a single node, with its internal structure