aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorTobi Lehman <tobi.lehman@gmail.com>2012-06-08 17:38:09 -0700
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2012-06-10 14:13:32 -0300
commit071170871c0cd973531eb55e5c5ee9560c7f7301 (patch)
treebb08da4f575e17d43ecc47857f31cb699c96a0a3 /guides/source
parent661fe76d5e6d61f997ba06ca236c6676d4813edd (diff)
downloadrails-071170871c0cd973531eb55e5c5ee9560c7f7301.tar.gz
rails-071170871c0cd973531eb55e5c5ee9560c7f7301.tar.bz2
rails-071170871c0cd973531eb55e5c5ee9560c7f7301.zip
Fix typo 'ActiveSpport'.
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/initialization.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/initialization.textile b/guides/source/initialization.textile
index 8920859675..9e97cb4194 100644
--- a/guides/source/initialization.textile
+++ b/guides/source/initialization.textile
@@ -281,7 +281,7 @@ The +active_support/lib/active_support.rb+ file simply defines the +ActiveSuppor
h4. +actionpack/lib/action_dispatch.rb+ cont'd.
-Now back to +action_pack/lib/action_dispatch.rb+. The next +require+ in this file is one for +action_pack+, which simply calls +action_pack/version.rb+ which defines +ActionPack::VERSION+ and the constants, much like +ActiveSpport+ does.
+Now back to +action_pack/lib/action_dispatch.rb+. The next +require+ in this file is one for +action_pack+, which simply calls +action_pack/version.rb+ which defines +ActionPack::VERSION+ and the constants, much like +ActiveSupport+ does.
After this line, there's a require to +active_model+ which simply defines autoloads for the +ActiveModel+ part of Rails and sets up the +ActiveModel+ module which is used later on.