From fa4c8bf411d353b56503b244124e4a2af0c0e38b Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Thu, 29 Dec 2016 19:11:56 -0500 Subject: Grammar linting in activerecord/CHANGELOG.md [ci skip] --- activerecord/CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'activerecord') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 61f44f4105..20406c3a9e 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -26,16 +26,16 @@ *Rafael Mendonça França* -* Raises `ActiveRecord::IrreversibleOrderError` when using `last` with an irreversible +* Raise `ActiveRecord::IrreversibleOrderError` when using `last` with an irreversible order. *Rafael Mendonça França* -* Raises when a through association has an ambiguous reflection name. +* Raise when a `has_many :through` association has an ambiguous reflection name. *Rafael Mendonça França* -* Raises when `ActiveRecord::Migration` is inherited directly. +* Raise when `ActiveRecord::Migration` is inherited directly. *Rafael Mendonça França* @@ -58,8 +58,8 @@ *Rafael Mendonça França* -* Set `:time` as a timezone aware type and remove deprecation when the values is not - explictly set. +* Set `:time` as a timezone aware type and remove deprecation when + `config.active_record.time_zone_aware_types` is not explictly set. *Rafael Mendonça França* -- cgit v1.2.3