aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/README.rdoc
diff options
context:
space:
mode:
authorJaime Iniesta <jaimeiniesta@gmail.com>2010-08-26 09:55:26 +0200
committerJaime Iniesta <jaimeiniesta@gmail.com>2010-08-26 09:55:26 +0200
commitfa1ba5bd5bbcdfc82104a2b88fb25d2f3695a525 (patch)
tree91bb8e0324fb6485b8a93bd256eca00aec1eb522 /activeresource/README.rdoc
parent5e73ab0936b492aec24f41be269e0ae481287df0 (diff)
downloadrails-fa1ba5bd5bbcdfc82104a2b88fb25d2f3695a525.tar.gz
rails-fa1ba5bd5bbcdfc82104a2b88fb25d2f3695a525.tar.bz2
rails-fa1ba5bd5bbcdfc82104a2b88fb25d2f3695a525.zip
lifecycle should be two words, life cycle
Diffstat (limited to 'activeresource/README.rdoc')
-rw-r--r--activeresource/README.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/activeresource/README.rdoc b/activeresource/README.rdoc
index 02398d969d..0aaad1d097 100644
--- a/activeresource/README.rdoc
+++ b/activeresource/README.rdoc
@@ -30,7 +30,7 @@ that inherits from ActiveResource::Base and providing a <tt>site</tt> class vari
end
Now the Person class is REST enabled and can invoke REST services very similarly to how Active Record invokes
-lifecycle methods that operate against a persistent store.
+life cycle methods that operate against a persistent store.
# Find a person with id = 1
ryan = Person.find(1)