diff options
author | Nicholas E. May (on Enterprise) <may@greentext.net> | 2010-10-02 21:57:01 -0500 |
---|---|---|
committer | Nicholas E. May (on Enterprise) <may@greentext.net> | 2010-10-02 21:57:01 -0500 |
commit | a72edab3b319ebada1d674a6b2fdcf46ad62fbdb (patch) | |
tree | b29220c93401a81d7f0b1488455d72a45b4297ab /railties/guides/source/getting_started.textile | |
parent | 4ea9a8d9ad71265f9dfb30503ed4b0c9e21fb768 (diff) | |
download | rails-a72edab3b319ebada1d674a6b2fdcf46ad62fbdb.tar.gz rails-a72edab3b319ebada1d674a6b2fdcf46ad62fbdb.tar.bz2 rails-a72edab3b319ebada1d674a6b2fdcf46ad62fbdb.zip |
Removed unnecessary 'the' in the '2.2.9 Active Suport' section of Getting Started.
Diffstat (limited to 'railties/guides/source/getting_started.textile')
-rw-r--r-- | railties/guides/source/getting_started.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile index 92b9131b59..e6bf094b7d 100644 --- a/railties/guides/source/getting_started.textile +++ b/railties/guides/source/getting_started.textile @@ -110,7 +110,7 @@ Active Resource provides a framework for managing the connection between busines h5. Active Support -Active Support is an extensive collection of utility classes and standard Ruby library extensions that are used in the Rails, both by the core code and by your applications. +Active Support is an extensive collection of utility classes and standard Ruby library extensions that are used in Rails, both by the core code and by your applications. h5. Railties |