Переглянути джерело

Merge pull request #7414 from pssoor/patch-1

Fix typo in instancing.rst
Matthew 2 роки тому
батько
коміт
cde9c70da7
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      getting_started/step_by_step/instancing.rst

+ 1 - 1
getting_started/step_by_step/instancing.rst

@@ -11,7 +11,7 @@ into any number of scenes. This feature helps you break down and organize your
 game's different components.
 game's different components.
 
 
 You can create as many scenes as you'd like and save them as files with the
 You can create as many scenes as you'd like and save them as files with the
-``.tscn`` extension, which stands for "text scene". The ``tabel.tscn`` file from
+``.tscn`` extension, which stands for "text scene". The ``label.tscn`` file from
 the previous lesson was an example. We call those files "Packed Scenes" as they
 the previous lesson was an example. We call those files "Packed Scenes" as they
 pack information about your scene's content.
 pack information about your scene's content.