diff options
author | Andrey Andreev <narf@devilix.net> | 2019-09-18 13:21:18 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2019-09-18 13:21:18 +0200 |
commit | fdb85f52096460b2488a036cb6145861cc577da1 (patch) | |
tree | 67c23f114ac3de73b5ce6624f1bf355334d40c3d /user_guide_src/source/libraries/typography.rst | |
parent | dd4c143ef12ccab9dd57991677ced85a4756ce1e (diff) | |
parent | b70ec7bdc280b39fda2ce45a3071b31cf1b81926 (diff) |
Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into develop
Diffstat (limited to 'user_guide_src/source/libraries/typography.rst')
-rw-r--r-- | user_guide_src/source/libraries/typography.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/typography.rst b/user_guide_src/source/libraries/typography.rst index 9e1386835..321b064ba 100644 --- a/user_guide_src/source/libraries/typography.rst +++ b/user_guide_src/source/libraries/typography.rst @@ -47,7 +47,7 @@ Class Reference .. php:method:: auto_typography($str[, $reduce_linebreaks = FALSE]) :param string $str: Input string - :param bool $reduce_linebreaks: Whether to reduce consequitive linebreaks + :param bool $reduce_linebreaks: Whether to reduce consecutive linebreaks :returns: HTML typography-safe string :rtype: string |