Skip to content

Commit ca4713b

Browse files
authored
Merge pull request rails#55320 from bryanjclark/main
Fix typo in guides: s/you/you'd [ci skip]
2 parents 8f42c2b + 06f2048 commit ca4713b

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
@@ -75,7 +75,7 @@ value when creating the book.
7575
@book = Book.create(author_id: @author.id, published_at: Time.now)
7676
```
7777

78-
To delete an author and ensure all their books are also deleted, you need to
78+
To delete an author and ensure all their books are also deleted, you'd need to
7979
retrieve all the author's `books`, loop through each `book` to destroy it, and
8080
then destroy the author.
8181

0 commit comments

Comments
 (0)