Add missing sub-chapters in documentation
[apps/app-templates.git] / docs / dev_guide / 0_Abstract.md
index a04cc87..b4bacb6 100644 (file)
@@ -1,4 +1,4 @@
-# Developper Guide: use AGL CMake Templates
+# Use AGL CMake Templates
 
 ## Abstract
 
@@ -8,8 +8,8 @@ AGL Application Framework.
 To build your AGL project using these templates, you have to install
 them within your project and adjust compilation option in `config.cmake`.
 For technical reasons, you also have to specify **cmake** target in
-sub CMakeLists.txt installed. Make a globbing search to find source files
-isn't recommended now to handle project build especially in a multiuser
+sub CMakeLists.txt installed. Make a globing search to find source files
+isn't recommended now to handle project build especially in a multi-user
 project because CMake will not be aware of new or removed source files.
 
 You'll find usage samples here: