aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
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 /activemodel
parent5e73ab0936b492aec24f41be269e0ae481287df0 (diff)
downloadrails-fa1ba5bd5bbcdfc82104a2b88fb25d2f3695a525.tar.gz
rails-fa1ba5bd5bbcdfc82104a2b88fb25d2f3695a525.tar.bz2
rails-fa1ba5bd5bbcdfc82104a2b88fb25d2f3695a525.zip
lifecycle should be two words, life cycle
Diffstat (limited to 'activemodel')
-rw-r--r--activemodel/lib/active_model/observing.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/observing.rb b/activemodel/lib/active_model/observing.rb
index 62d2694da5..2c2ff8f5d5 100644
--- a/activemodel/lib/active_model/observing.rb
+++ b/activemodel/lib/active_model/observing.rb
@@ -93,7 +93,7 @@ module ActiveModel
# == Active Model Observers
#
- # Observer classes respond to lifecycle callbacks to implement trigger-like
+ # Observer classes respond to life cycle callbacks to implement trigger-like
# behavior outside the original class. This is a great way to reduce the
# clutter that normally comes when the model class is burdened with
# functionality that doesn't pertain to the core responsibility of the