diff options
author | Project lead, CodeIgniter <jim_parry@telus.net> | 2019-09-17 10:31:53 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2019-09-18 13:22:32 +0200 |
commit | 96d6ca288c0d9e7355eac552b36fac77b41864e7 (patch) | |
tree | c375406f4caec77148366f505689e6c267af9dfe /user_guide_src/source | |
parent | 2e7788b754393d2f6835c947783bd497ee3a043c (diff) |
Merge pull request #5835 from dangereyes88/develop
Update typography.rst
Diffstat (limited to 'user_guide_src/source')
-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 |