Skip to content

Commit 0ae12df

Browse files
btwiuseachingbrain
andauthored
docs: fix typo (#131)
conectionEncrypters -> connectionEncrypters --------- Co-authored-by: Alex Potsides <[email protected]>
1 parent ca38ae1 commit 0ae12df

File tree

1 file changed

+1
-1
lines changed
  • examples/js-libp2p-example-connection-encryption

1 file changed

+1
-1
lines changed

examples/js-libp2p-example-connection-encryption/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const createNode = async () => {
4646
transports: [ tcp() ],
4747
streamMuxers: [ yamux() ],
4848
// Attach noise as the crypto channel to use
49-
conectionEncrypters: [ noise() ]
49+
connectionEncrypters: [ noise() ]
5050
})
5151
}
5252
```

0 commit comments

Comments
 (0)