diff options
author | Thomas Lange <code@nerdmind.de> | 2017-03-26 23:47:52 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2017-03-26 23:47:52 +0200 |
commit | 02008e91d4eafbb15c2db57dca67cb5bc2040a15 (patch) | |
tree | 9d76a93e48bef2845d92197aa55a7ab58d42f5a0 | |
parent | 5d6a15cfe094bf0122662655fb99aae034f64239 (diff) | |
download | wiki-02008e91d4eafbb15c2db57dca67cb5bc2040a15.tar.gz wiki-02008e91d4eafbb15c2db57dca67cb5bc2040a15.tar.xz wiki-02008e91d4eafbb15c2db57dca67cb5bc2040a15.zip |
Mistake within the explanation corrected.
-rw-r--r-- | Configuration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Configuration.md b/Configuration.md index b27f697..cb46dd7 100644 --- a/Configuration.md +++ b/Configuration.md @@ -60,7 +60,7 @@ Number of items to display within the RSS feed. * `POST.FEED_SIZE`: [integer: `25`] ## Slug URLs -Enable or disable the use of slug URLs for page items. If disabled, the unique primary item ID is used instead. +Enable or disable the use of slug URLs for item permalinks. If disabled, the unique primary item ID is used instead. * `PAGE.SLUG_URLS`: [boolean: `TRUE`|`FALSE`] * `POST.SLUG_URLS`: [boolean: `TRUE`|`FALSE`] |