Skip to content

Commit 925840c

Browse files
committed
docs: fix syntax of example in auto-tls module
Fixes a small typo
1 parent 26313e6 commit 925840c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auto-tls/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
*
5656
* console.info(node.getMultiaddrs())
5757
* // includes public WSS address:
58-
* // [ '/ip4/123.123.123.123/tcp/12345/tls/ws ]
58+
* // [ '/ip4/123.123.123.123/tcp/12345/tls/ws' ]
5959
* ```
6060
*/
6161

0 commit comments

Comments
 (0)