From b2962d978ac2b74ce9e7fa8af0f5432936271eb7 Mon Sep 17 00:00:00 2001
From: Brad Bollenbach
Date: Fri, 31 May 2024 10:28:17 +0100
Subject: Fix typo
---
.../chapter5_advanced_features/lesson07_multi_target_externals/en.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'src/content/chapter5_advanced_features/lesson07_multi_target_externals')
diff --git a/src/content/chapter5_advanced_features/lesson07_multi_target_externals/en.html b/src/content/chapter5_advanced_features/lesson07_multi_target_externals/en.html
index 6e02d36..be8eae9 100644
--- a/src/content/chapter5_advanced_features/lesson07_multi_target_externals/en.html
+++ b/src/content/chapter5_advanced_features/lesson07_multi_target_externals/en.html
@@ -8,7 +8,7 @@
You should try to implement functions for all targets, but this isn't always
- possible due to incompatibilities in how IO and concurreny works in Erlang and
+ possible due to incompatibilities in how IO and concurrency works in Erlang and
JavaScript. With Erlang concurrent IO is handled transparently by the runtime,
while in JavaScript concurrent IO requires the use of promises or callbacks.
If your code uses the Erlang style it is typically not possible to implement
--
cgit v1.2.3