From 96d6ca288c0d9e7355eac552b36fac77b41864e7 Mon Sep 17 00:00:00 2001 From: "Project lead, CodeIgniter" Date: Tue, 17 Sep 2019 01:31:53 -0700 Subject: Merge pull request #5835 from dangereyes88/develop Update typography.rst --- user_guide_src/source/libraries/typography.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-24-g4f1b