diff --git a/guides/source/active_support_core_extensions.textile b/guides/source/active_support_core_extensions.textile index 8748817eb89e2..aa4ad2bbd7992 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" -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.