Skip to content

Commit cde9c70

Browse files
authored
Merge pull request godotengine#7414 from pssoor/patch-1
Fix typo in instancing.rst
2 parents bcb688a + 9c2a7ba commit cde9c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting_started/step_by_step/instancing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ into any number of scenes. This feature helps you break down and organize your
1111
game's different components.
1212

1313
You can create as many scenes as you'd like and save them as files with the
14-
``.tscn`` extension, which stands for "text scene". The ``tabel.tscn`` file from
14+
``.tscn`` extension, which stands for "text scene". The ``label.tscn`` file from
1515
the previous lesson was an example. We call those files "Packed Scenes" as they
1616
pack information about your scene's content.
1717

0 commit comments

Comments
 (0)