From 2fbdeca72a303416e67e70bb66aa6651738f4bec Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Sun, 5 May 2024 19:08:08 -0400 Subject: [PATCH] chore: typo --- .../how-to/cook-book/preventing-concurrent-writes.livemd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/how-to/cook-book/preventing-concurrent-writes.livemd b/documentation/how-to/cook-book/preventing-concurrent-writes.livemd index 5008e18f..7d590902 100644 --- a/documentation/how-to/cook-book/preventing-concurrent-writes.livemd +++ b/documentation/how-to/cook-book/preventing-concurrent-writes.livemd @@ -1,6 +1,6 @@ -# How to preven concurrent writes +# How to prevent concurrent writes ```elixir Mix.install([{:ash, "~> 3.0.0-rc"}], consolidate_protocols: false)