aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/active_support_overview.textile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2009-04-18 11:52:14 +0200
committerXavier Noria <fxn@hashref.com>2009-04-18 11:52:14 +0200
commita8a5b17df076bcc40fbd12b68148016120856dcb (patch)
treef65bf79332a23dbfdaf31dc25bbbb873d9f1d4d5 /railties/guides/source/active_support_overview.textile
parent16740047deb1d0f4623fe09ed431650ddd5a260d (diff)
downloadrails-a8a5b17df076bcc40fbd12b68148016120856dcb.tar.gz
rails-a8a5b17df076bcc40fbd12b68148016120856dcb.tar.bz2
rails-a8a5b17df076bcc40fbd12b68148016120856dcb.zip
adds a missing word
Diffstat (limited to 'railties/guides/source/active_support_overview.textile')
-rw-r--r--railties/guides/source/active_support_overview.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/active_support_overview.textile b/railties/guides/source/active_support_overview.textile
index 0912e41373..7d456b93ed 100644
--- a/railties/guides/source/active_support_overview.textile
+++ b/railties/guides/source/active_support_overview.textile
@@ -1,6 +1,6 @@
h2. Active Support Overview
-Active Support is the Rails component responsible for providing Ruby language extensions, utilities, and other transversal stuff. It offers a richer bottom-line at the language, targeted both at the development of Rails applications, and at the development of Rails itself.
+Active Support is the Rails component responsible for providing Ruby language extensions, utilities, and other transversal stuff. It offers a richer bottom-line at the language level, targeted both at the development of Rails applications, and at the development of Rails itself.
By referring to this guide you will learn: