Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@users.noreply.github.com>2021-02-11 20:46:45 +0300
committerDarshan Sen <raisinten@gmail.com>2021-02-12 11:30:27 +0300
commitf2c26153d79564afe893d8135be616af402d0136 (patch)
tree60f3a1f5c005f1a48e5595e96b409822e1b7ba61 /doc/api/diagnostics_channel.md
parentfa3997d75a44bb689218c60aafcaceda711553e1 (diff)
doc: fix description of hasSubscribers
PR-URL: https://github.com/nodejs/node/pull/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>
Diffstat (limited to 'doc/api/diagnostics_channel.md')
-rw-r--r--doc/api/diagnostics_channel.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/diagnostics_channel.md b/doc/api/diagnostics_channel.md
index fe4795ab356..7a22b2f56ee 100644
--- a/doc/api/diagnostics_channel.md
+++ b/doc/api/diagnostics_channel.md
@@ -62,7 +62,7 @@ Check if there are active subscribers to the named channel. This is helpful if
the message you want to send might be expensive to prepare.
This API is optional but helpful when trying to publish messages from very
-performance-senstive code.
+performance-sensitive code.
```js
const diagnostics_channel = require('diagnostics_channel');
@@ -105,7 +105,7 @@ Check if there are active subscribers to this channel. This is helpful if
the message you want to send might be expensive to prepare.
This API is optional but helpful when trying to publish messages from very
-performance-senstive code.
+performance-sensitive code.
```js
const diagnostics_channel = require('diagnostics_channel');