diff options
author | Nils Gillmann <[email protected]> | 2018-11-16 15:25:51 +0000 |
---|---|---|
committer | Nils Gillmann <[email protected]> | 2018-11-16 15:25:51 +0000 |
commit | ba3c53003bbfc8836e088cced4f747e9aa128bb8 (patch) | |
tree | 362f46ff2fa5bc817d9cc8d4f1611fca92db26d0 /system/doc | |
parent | 5873f86728d945be654e31d33fd72a9ecd9c6eaa (diff) | |
download | otp-ba3c53003bbfc8836e088cced4f747e9aa128bb8.tar.gz otp-ba3c53003bbfc8836e088cced4f747e9aa128bb8.tar.bz2 otp-ba3c53003bbfc8836e088cced4f747e9aa128bb8.zip |
Spell 'Guidelines' in the title for applications with a capital G, in
system/doc/design_principles/applications.xml.
Since we call them 'Directory Structure' and 'Development Environment' in the
title, this fits more into the title.
Signed-off-by: Nils Gillmann <[email protected]>
Diffstat (limited to 'system/doc')
-rw-r--r-- | system/doc/design_principles/applications.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/design_principles/applications.xml b/system/doc/design_principles/applications.xml index 3b7b8fdaee..8f1969ff29 100644 --- a/system/doc/design_principles/applications.xml +++ b/system/doc/design_principles/applications.xml @@ -185,7 +185,7 @@ ch_app:stop([])</code> the directory with the highest version number, if more than one version of an application is present.</p> <section> - <title>Directory Structure guidelines for a Development Environment</title> + <title>Directory Structure Guidelines for a Development Environment</title> <p>Any directory structure for development will suffice as long as the released directory structure adhere to the <seealso marker="#app_dir_released">description below</seealso>, but it is encouraged that the same directory structure |