docs: fix typo

This commit is contained in:
Damien Arrachequesne 2021-06-03 11:25:29 +02:00
parent 5f235e31a9
commit cec313e379
No known key found for this signature in database
GPG Key ID: 544D14663E7F7CF0
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ The name of the namespace which will be created to handle the administrative tas
```js ```js
instrument(io, { instrument(io, {
namespaceName: "custom" namespaceName: "/custom"
}); });
``` ```