Skip to content

Commit

Permalink
Fix typo (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Schmatzler <[email protected]>
  • Loading branch information
cschmatzler and Christoph Schmatzler authored May 4, 2023
1 parent a6b3e75 commit 76c1ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ Ecto.Multi.new()
```

When using `Ecto.Multi`, you also get an additional `after_transition_multi/3` callback, where you can append additional
operations the resulting transaction, such as dealing with side effects (but again, please no that [side effects are
operations the resulting transaction, such as dealing with side effects (but again, please know that [side effects are
tricky](#a-note-on-side-effects))

```elixir
Expand Down

0 comments on commit 76c1ea6

Please sign in to comment.