public
Description: PLEASE CHECK http://github.com/lifo/docrails/wikis
Homepage: http://weblog.rubyonrails.org/2008/5/2/help-improve-rails-documentation-on-git-branch
Clone URL: git://github.com/lifo/docrails.git
Fix a couple spelling errors in docs
chrisk (author)
Fri May 16 12:09:46 -0700 2008
commit  70e4bcf5cb039bea073851faed2df9f465e6f2f8
tree    39233d2345a1aa1b92e93ff9453c48181a265fbf
parent  6ea5e4208f724b50e774e6a1af027336c3ee3de1
...
92
93
94
95
 
96
97
98
...
92
93
94
 
95
96
97
98
0
@@ -92,7 +92,7 @@ module ActionController #:nodoc:
0
       # with the remaining data.
0
       #
0
       # Note that you can define your own XML parameter parser which would allow you to describe multiple entities
0
- # in a single request (i.e., by wrapping them all in a single root note), but if you just go with the flow
0
+ # in a single request (i.e., by wrapping them all in a single root node), but if you just go with the flow
0
       # and accept Rails' defaults, life will be much easier.
0
       #
0
       # If you need to use a MIME type which isn't supported by default, you can register your own handlers in
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-# These settins change the behavior of Rails 2 apps and will be defaults
0
+# These settings change the behavior of Rails 2 apps and will be defaults
0
 # for Rails 3. You can remove this initializer when Rails 3 is released.
0
 
0
 # Only save the attributes that have changed since the record was loaded.

Comments

    No one has commented yet.