aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_support_core_extensions.md
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2013-03-14 10:12:54 +0530
committerVipul A M <vipulnsward@gmail.com>2013-03-14 10:12:54 +0530
commitd41c279bf12de4722d4cf781929e491e588a612c (patch)
treefb7e16b5446505d5122085dd7ada9be62acf8e57 /guides/source/active_support_core_extensions.md
parente23413bfcae72f52258658e1b5ba1f061467077d (diff)
downloadrails-d41c279bf12de4722d4cf781929e491e588a612c.tar.gz
rails-d41c279bf12de4722d4cf781929e491e588a612c.tar.bz2
rails-d41c279bf12de4722d4cf781929e491e588a612c.zip
do some typo fixing
Diffstat (limited to 'guides/source/active_support_core_extensions.md')
-rw-r--r--guides/source/active_support_core_extensions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/active_support_core_extensions.md b/guides/source/active_support_core_extensions.md
index 517db0d222..ff601fb9cf 100644
--- a/guides/source/active_support_core_extensions.md
+++ b/guides/source/active_support_core_extensions.md
@@ -1344,7 +1344,7 @@ The second argument, `indent_string`, specifies which indent string to use. The
"foo".indent(2, "\t") # => "\t\tfoo"
```
-While `indent_string` is tipically one space or tab, it may be any string.
+While `indent_string` is typically one space or tab, it may be any string.
The third argument, `indent_empty_lines`, is a flag that says whether empty lines should be indented. Default is false.