Skip to content

Commit 5c5990e

Browse files
authored
Fix typo
1 parent 414e8de commit 5c5990e

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)