Skip to content

Commit

Permalink
Fix small typo (#4329)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanemachine authored Nov 28, 2023
1 parent 23c40e3 commit f870489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/cheatsheets/associations.cheatmd
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ movie =
|> Repo.preload(:screenplay)

movie.screenplay
|> change(%{lead_writter: "Frank Darabont"})
|> change(%{lead_writer: "Frank Darabont"})
|> Repo.update()
```

Expand Down

0 comments on commit f870489

Please sign in to comment.