diff options
author | Andrey Andreev <narf@devilix.net> | 2017-10-04 11:12:26 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2017-10-04 11:12:26 +0200 |
commit | 4c679b5e7c2363c2c815e310e31e0f982dba3863 (patch) | |
tree | 02eac1d2988b647f0868c33cad03fd4f17b313d1 /user_guide_src/source | |
parent | 9bba3aeca2b45728009e573e4d45a6ef760d5c33 (diff) |
[ci skip] Fix a typo in pagination docs
Diffstat (limited to 'user_guide_src/source')
-rw-r--r-- | user_guide_src/source/libraries/pagination.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/libraries/pagination.rst b/user_guide_src/source/libraries/pagination.rst index 99b5a80a2..fbc75ea56 100644 --- a/user_guide_src/source/libraries/pagination.rst +++ b/user_guide_src/source/libraries/pagination.rst @@ -128,7 +128,7 @@ the offset segment. **$config['suffix'] = '';** -A custom suffix added to the path. The sufix value will be right after +A custom suffix added to the path. The suffix value will be right after the offset segment. **$config['use_global_url_suffix'] = FALSE;** @@ -311,4 +311,4 @@ Class Reference :returns: HTML-formatted pagination :rtype: string - Returns a "pagination" bar, containing the generated links or an empty string if there's just a single page.
\ No newline at end of file + Returns a "pagination" bar, containing the generated links or an empty string if there's just a single page. |