Skip to content

Commit a498aa6

Browse files
committed
doc: fixed typo in api/diagnostics_channel
1 parent dfa4adf commit a498aa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/diagnostics_channel.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Check if there are active subscribers to the named channel. This is helpful if
6262
the message you want to send might be expensive to prepare.
6363

6464
This API is optional but helpful when trying to publish messages from very
65-
performance-senstive code.
65+
performance-sensitive code.
6666

6767
```js
6868
const diagnostics_channel = require('diagnostics_channel');
@@ -105,7 +105,7 @@ Check if there are active subscribers to this channel. This is helpful if
105105
the message you want to send might be expensive to prepare.
106106

107107
This API is optional but helpful when trying to publish messages from very
108-
performance-senstive code.
108+
performance-sensitive code.
109109

110110
```js
111111
const diagnostics_channel = require('diagnostics_channel');

0 commit comments

Comments
 (0)