Skip to content

Commit 8299a63

Browse files
authored
Merge pull request rails#55321 from drjayvee/fix-typo-in-association_basics [ci skip]
Fix typo in association_basics guide
2 parents 852190b + 07d563f commit 8299a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/association_basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2066,7 +2066,7 @@ Entry.create! entryable: Message.new(subject: "hello!")
20662066

20672067
We can enhance our `Entry` delegator by defining `delegate` and using
20682068
polymorphism on the subclasses. For example, to delegate the `title` method from
2069-
`Entry` to it's subclasses:
2069+
`Entry` to its subclasses:
20702070

20712071
```ruby
20722072
class Entry < ApplicationRecord

0 commit comments

Comments
 (0)