From f8936b1cdd640d5a65538bf452eddd76a3682276 Mon Sep 17 00:00:00 2001 From: Thomas Verstreken <111072251+ThomasFarstrike@users.noreply.github.com> Date: Tue, 4 Jun 2024 09:57:28 +0200 Subject: [PATCH] Fix spelling (#109) --- howto/work-with-many-hypercores-using-corestore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/howto/work-with-many-hypercores-using-corestore.md b/howto/work-with-many-hypercores-using-corestore.md index 66770b7..7194664 100644 --- a/howto/work-with-many-hypercores-using-corestore.md +++ b/howto/work-with-many-hypercores-using-corestore.md @@ -37,7 +37,7 @@ await Promise.all([core1.ready(), core2.ready(), core3.ready()]) console.log('main core key:', b4a.toString(core1.key, 'hex')) // Here we'll only join the swarm with the core1's discovery key -// We don't need to announce core2 and core3, because they'll replicated with core1 +// We don't need to announce core2 and core3, because they'll be replicated with core1 swarm.join(core1.discoveryKey) // Corestore replication internally manages to replicate every loaded core