diff options
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/active_support_core_extensions.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/active_support_core_extensions.textile b/guides/source/active_support_core_extensions.textile index 8748817eb8..aa4ad2bbd7 100644 --- a/guides/source/active_support_core_extensions.textile +++ b/guides/source/active_support_core_extensions.textile @@ -1349,7 +1349,7 @@ The second argument, +indent_string+, specifies which indent string to use. The "foo".indent(2, "\t") # => "\t\tfoo" </ruby> -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. |