aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2013-12-11 23:32:04 -0800
committerYves Senn <yves.senn@gmail.com>2013-12-11 23:32:04 -0800
commit6f3c3ba784f80bcde8d1fcd20588d022983aee66 (patch)
treebe059f17085ebddf6dfb16b1214cdbfa0740d2dd /activemodel
parent864b92cd25d70bb623d43dbe3b28488c93885e61 (diff)
parent10fffd7ae67a7960491f21bd845e19e40cc3ec9a (diff)
downloadrails-6f3c3ba784f80bcde8d1fcd20588d022983aee66.tar.gz
rails-6f3c3ba784f80bcde8d1fcd20588d022983aee66.tar.bz2
rails-6f3c3ba784f80bcde8d1fcd20588d022983aee66.zip
Merge pull request #13287 from aayushkhandelwal11/typo_rectified
typos rectified lifecycle => life cycle
Diffstat (limited to 'activemodel')
-rw-r--r--activemodel/lib/active_model/validator.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/validator.rb b/activemodel/lib/active_model/validator.rb
index 690856aee1..aad5ff480b 100644
--- a/activemodel/lib/active_model/validator.rb
+++ b/activemodel/lib/active_model/validator.rb
@@ -61,7 +61,7 @@ module ActiveModel
# end
#
# Note that the validator is initialized only once for the whole application
- # lifecycle, and not on each validation run.
+ # life cycle, and not on each validation run.
#
# The easiest way to add custom validators for validating individual attributes
# is with the convenient <tt>ActiveModel::EachValidator</tt>.