summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-08-23 10:55:56 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-08-23 10:55:56 +0200
commit0365ed16084240954ede2005a8954b6035490122 (patch)
tree6ec0490f28b581014483dfa4a7122879f6036e5c /docs
parent2e8abc421151b81272f7ab988e494fd29eb431ff (diff)
Format: Remove spaces at EOL
Change-Id: If16b9cd45e5955b8ca8049fee1ea97a9d43d5cb7 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'docs')
-rw-r--r--docs/dev_guide/1_Quickstart.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev_guide/1_Quickstart.md b/docs/dev_guide/1_Quickstart.md
index baf70ae..9aad1ef 100644
--- a/docs/dev_guide/1_Quickstart.md
+++ b/docs/dev_guide/1_Quickstart.md
@@ -29,7 +29,7 @@ For each target part of your project, you need to use ***PROJECT_TARGET_ADD***
to include this target to your project.
Using it, make available the cmake variable ***TARGET_NAME*** until the next
-***PROJECT_TARGET_ADD*** is invoked with a new target name.
+***PROJECT_TARGET_ADD*** is invoked with a new target name.
So, typical usage defining a target is: