Skip to content

Commit a99456c

Browse files
tniessentargos
authored andcommittedMay 1, 2021
doc: fix description of hasSubscribers
PR-URL: #37324 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Harshitha K P <harshitha014@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
1 parent b7c9366 commit a99456c

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)
Please sign in to comment.