aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorPrzemek Hocke <phocke@gmail.com>2012-09-21 03:49:26 +0200
committerPrzemek Hocke <phocke@gmail.com>2012-09-21 03:49:26 +0200
commit79942d426d28bcb726c1aedcae00fb07c34ae766 (patch)
tree3e44e856b735618962d6b48893a06f3b949efbd2 /guides
parentfca6c0f03c656d25af9b58f74307b27a69e7f5ce (diff)
downloadrails-79942d426d28bcb726c1aedcae00fb07c34ae766.tar.gz
rails-79942d426d28bcb726c1aedcae00fb07c34ae766.tar.bz2
rails-79942d426d28bcb726c1aedcae00fb07c34ae766.zip
correct a typo
Diffstat (limited to 'guides')
-rw-r--r--guides/source/active_support_core_extensions.textile2
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.