From 76c1ea65543825e4cfb185a41baaf3119998c0bd Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Thu, 4 May 2023 16:35:40 +0200 Subject: [PATCH] Fix typo (#14) Co-authored-by: Christoph Schmatzler --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a63ac60..f582a27 100644 --- a/README.md +++ b/README.md @@ -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