summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries/typography.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-01-20 15:43:41 +0100
committerAndrey Andreev <narf@devilix.net>2014-01-20 15:43:41 +0100
commitba231aab2b26279f536a52bf4ccdb4af0d191570 (patch)
treea3b24b361262085c596a4b6851b4979d5a4e3774 /user_guide_src/source/libraries/typography.rst
parentea801ab4ab80042638ffddc6056483a1ec43fa80 (diff)
[ci skip] Replace incorrect usage of 'then', where it should be 'than'
Diffstat (limited to 'user_guide_src/source/libraries/typography.rst')
-rw-r--r--user_guide_src/source/libraries/typography.rst2
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 f1a825d3d..c1a864a3e 100644
--- a/user_guide_src/source/libraries/typography.rst
+++ b/user_guide_src/source/libraries/typography.rst
@@ -66,7 +66,7 @@ Class Reference
$string = $this->typography->auto_typography($string);
- There is one optional parameter that determines whether the parser should reduce more then two consecutive line breaks down to two.
+ There is one optional parameter that determines whether the parser should reduce more than two consecutive line breaks down to two.
Pass boolean TRUE to enable reducing line breaks::
$string = $this->typography->auto_typography($string, TRUE);