We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50e81ba commit facf3a5Copy full SHA for facf3a5
doc/api/diagnostics_channel.md
@@ -62,7 +62,7 @@ Check if there are active subscribers to the named channel. This is helpful if
62
the message you want to send might be expensive to prepare.
63
64
This API is optional but helpful when trying to publish messages from very
65
-performance-senstive code.
+performance-sensitive code.
66
67
```js
68
const diagnostics_channel = require('diagnostics_channel');
@@ -105,7 +105,7 @@ Check if there are active subscribers to this channel. This is helpful if
105
106
107
108
109
110
111
0 commit comments