Skip to content

Commit 07d563f

Browse files
committed
Fix typo in association_basics guide
Corrected "it's subclasses" to "its subclasses".
1 parent 852190b commit 07d563f

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)