Browse Source

Merge pull request #141 from techtonik/patch-1

Update introduction_to_godot_development.rst
Rémi Verschelde 9 years ago
parent
commit
9a366ca665
1 changed files with 3 additions and 3 deletions
  1. 3 3
      reference/introduction_to_godot_development.rst

+ 3 - 3
reference/introduction_to_godot_development.rst

@@ -3,15 +3,15 @@
 Introduction to Godot development
 Introduction to Godot development
 =================================
 =================================
 
 
-This page is maent to introduce the global organization of Godot Engine's
+This page is meant to introduce the global organization of Godot Engine's
 source code, and give useful tips for extending/fixing the engine on the
 source code, and give useful tips for extending/fixing the engine on the
 C++ side.
 C++ side.
 
 
 Architecture diagram
 Architecture diagram
 --------------------
 --------------------
 
 
-The follow diagram describes the architecture used by Godot, from the
-core components down to the abstracted drivers drivers, via the scene
+The following diagram describes the architecture used by Godot, from the
+core components down to the abstracted drivers, via the scene
 structure and the servers.
 structure and the servers.
 
 
 .. image:: /img/architecture_diagram.jpg
 .. image:: /img/architecture_diagram.jpg