Skip to content

Commit

Permalink
docs: fix typo (#131)
Browse files Browse the repository at this point in the history
conectionEncrypters -> connectionEncrypters

---------

Co-authored-by: Alex Potsides <alex@achingbrain.net>
  • Loading branch information
btwiuse and achingbrain committed Sep 20, 2024
1 parent ca38ae1 commit 0ae12df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/js-libp2p-example-connection-encryption/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const createNode = async () => {
transports: [ tcp() ],
streamMuxers: [ yamux() ],
// Attach noise as the crypto channel to use
conectionEncrypters: [ noise() ]
connectionEncrypters: [ noise() ]
})
}
```
Expand Down

0 comments on commit 0ae12df

Please sign in to comment.