Skip to content

Commit 6106a27

Browse files
Merge pull request rails#43342 from scottbartell/patch-1
Fix typo in ActiveRecord Changelog [ci-skip]
2 parents 414e8de + 5c5990e commit 6106a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@
388388
config.active_record.partial_inserts = true
389389
```
390390
391-
If a migration remove the default value of a column, this option
391+
If a migration removes the default value of a column, this option
392392
would cause old processes to no longer be able to create new records.
393393
394394
If you need to remove a column, you should first use `ignored_columns`

0 commit comments

Comments
 (0)