From d1941fe6dacc3fb725cf4ae544cb7f6d656df62a Mon Sep 17 00:00:00 2001 From: bogdanvlviv Date: Tue, 12 Jun 2018 00:24:49 +0300 Subject: Fix active_model/errors docs [ci skip] - Fix indentation. - Add a missing dot to the end of the sentence. Related to #32956 --- activemodel/lib/active_model/errors.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activemodel') diff --git a/activemodel/lib/active_model/errors.rb b/activemodel/lib/active_model/errors.rb index d583d48b54..56404a036c 100644 --- a/activemodel/lib/active_model/errors.rb +++ b/activemodel/lib/active_model/errors.rb @@ -370,7 +370,7 @@ module ActiveModel # # person.errors.full_message(:name, 'is invalid') # => "Name is invalid" # - # The `"%{attribute} %{message}"` error format can be overridden with either + # The `"%{attribute} %{message}"` error format can be overridden with either # # * activemodel.errors.models.person/contacts/addresses.attributes.street.format # * activemodel.errors.models.person/contacts/addresses.format -- cgit v1.2.3