aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/README.rdoc
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-03-05 22:46:44 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-03-05 22:46:44 +0530
commitc0a7999115e52272616b8375921119adf5835090 (patch)
tree66a53d441a0e66c0d94f7fc4df1ff860fdea0bf4 /activemodel/README.rdoc
parentcf75417f229224fc05257ea6ddaa28a0f1a39d0f (diff)
downloadrails-c0a7999115e52272616b8375921119adf5835090.tar.gz
rails-c0a7999115e52272616b8375921119adf5835090.tar.bz2
rails-c0a7999115e52272616b8375921119adf5835090.zip
minor corrections in AMo::Model docs [ci skip]
Diffstat (limited to 'activemodel/README.rdoc')
-rw-r--r--activemodel/README.rdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/activemodel/README.rdoc b/activemodel/README.rdoc
index 9b121510a9..4861b0a002 100644
--- a/activemodel/README.rdoc
+++ b/activemodel/README.rdoc
@@ -28,8 +28,8 @@ to integrate with Action Pack out of the box: +ActiveModel::Model+.
person.age # => 18
person.valid? # => false
-It includes model name instrospection, conversions, translations and
-validations, resulting in a class suitable to be used with ActionPack.
+It includes model name introspections, conversions, translations and
+validations, resulting in a class suitable to be used with Action Pack.
See +ActiveModel::Model+ for more examples.
Active Model also provides the following functionality to have ORM-like