Fix spelling (#109)

This commit is contained in:
Thomas Verstreken
2024-06-04 09:57:28 +02:00
committed by GitHub
parent adfa378948
commit f8936b1cdd

View File

@@ -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