aboutsummaryrefslogtreecommitdiffstats
path: root/docs/dev_guide/0_Abstract.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dev_guide/0_Abstract.md')
-rw-r--r--docs/dev_guide/0_Abstract.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/dev_guide/0_Abstract.md b/docs/dev_guide/0_Abstract.md
index a04cc87..b4bacb6 100644
--- a/docs/dev_guide/0_Abstract.md
+++ b/docs/dev_guide/0_Abstract.md
@@ -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: