Skip to content

Commit 06f2048

Browse files
committed
s/you/you'd
Fixing a grammar typo - reading this page, the "you" should be "you'd", as it is in the previous paragraph.
1 parent 852190b commit 06f2048

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)