Pārlūkot izejas kodu

Corrected grammar.

mitm 7 gadi atpakaļ
vecāks
revīzija
84b6b10f2c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/docs/asciidoc/jme3/beginner/hello_asset.adoc

+ 1 - 1
src/docs/asciidoc/jme3/beginner/hello_asset.adoc

@@ -381,7 +381,7 @@ If you register new locators, make sure you do not get any file name conflicts:
 Earlier in this tutorial, you loaded scenes and models from the asset directory. This is the most common way you will be loading scenes and models. Here is the typical procedure:
 
 .  Remove the code that you added for the previous exercise.
-.  Unzip the town.zip to see the structure of the contained Ogre dotScene: You'll get a directory named `town`. It contains XML and texture files, and a file called main.scene.
+.  Unzip the town.zip to see the structure of the contained Ogre dotScene: You will get a directory named `town`. It contains XML, texture files, and a file called main.scene.
 .  Move the unzipped `town/` directory into the `assets/Scenes/` directory of your project.
 .  Add the following code under `simpleInitApp()`.
 +