diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 65cd02b00da..0a1826f5ef6 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -159,7 +159,7 @@ * Raise specific exception when a connection is not defined. - The new `ConnectionNotDefined` exception provides connection name, shard and role accessors indicating the details of the connection that was requested. + The new `ConnectionNotDefined` exception provides connection name, shard and role accessors indicating the details of the connection that was requested. *Hana Harencarova*, *Matthew Draper*