Skip to content

Commit 0bbaee3

Browse files
committed
Fix ActiveRecord CHANGELOG typo.
1 parent 6879f89 commit 0bbaee3

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
@@ -1,4 +1,4 @@
1-
* Infer `foerign_key` when `inverse_of` is present on `has_one` and `has_many` associations.
1+
* Infer `foreign_key` when `inverse_of` is present on `has_one` and `has_many` associations.
22

33
```ruby
44
has_many :citations, foreign_key: "book1_id", inverse_of: :book

0 commit comments

Comments
 (0)