From 79942d426d28bcb726c1aedcae00fb07c34ae766 Mon Sep 17 00:00:00 2001 From: Przemek Hocke Date: Fri, 21 Sep 2012 03:49:26 +0200 Subject: correct a typo --- guides/source/active_support_core_extensions.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source') 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" -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. -- cgit v1.2.3