diff options
author | Abdul Haq Sheikh <27726982+dangereyes88@users.noreply.github.com> | 2019-09-17 10:07:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-17 10:07:04 +0200 |
commit | 9951a04ab6de7d25015d97f7a5d77411f7c07ba0 (patch) | |
tree | f5f5c09a5a1c352fe605ae0e2871395a6acb0937 /user_guide_src/source | |
parent | d5328adebff867b2757c74190eec5073ad56386f (diff) |
Update typography.rst
Corrected Typo
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 |