Browse Source

Fixed small typos in the "Import process" page.

Michael Alexsander Silva Dias 7 years ago
parent
commit
3a2ac800cc
1 changed files with 3 additions and 3 deletions
  1. 3 3
      getting_started/workflow/assets/import_process.rst

+ 3 - 3
getting_started/workflow/assets/import_process.rst

@@ -13,7 +13,7 @@ textures, audios, scenes, etc.
 
 
 In Godot 3.0, we use a more modern approach to importing: Simply drop
 In Godot 3.0, we use a more modern approach to importing: Simply drop
 your assets (image files, scenes, audios, fonts, etc) directly in the
 your assets (image files, scenes, audios, fonts, etc) directly in the
-project folder (copy them manually with your OS file exporer).
+project folder (copy them manually with your OS file explorer).
 Godot will automatically import these files internally
 Godot will automatically import these files internally
 and keep the imported resources hidden in a res://.import folder.
 and keep the imported resources hidden in a res://.import folder.
 
 
@@ -50,12 +50,12 @@ configuration. Make sure to commit these to your version control system!
 
 
 .. image:: img/asset_workflow4.png
 .. image:: img/asset_workflow4.png
 
 
-Additionally, extra assets will be presset in the hidden res://.import folder:
+Additionally, extra assets will be preset in the hidden res://.import folder:
 
 
 .. image:: img/asset_workflow5.png
 .. image:: img/asset_workflow5.png
 
 
 If any of the files present in this folder is erased (or the whole folder), the
 If any of the files present in this folder is erased (or the whole folder), the
-asset or asssets will be reimported automatically. As such, committing this folder
+asset or assets will be reimported automatically. As such, committing this folder
 to the version control system is optional. It can save time on
 to the version control system is optional. It can save time on
 reimporting time when checking out in another computer, but it takes considerably
 reimporting time when checking out in another computer, but it takes considerably
 more space and transfer time. Pick your poison!
 more space and transfer time. Pick your poison!