From da3b7e3045b2b8223f0d3e4c87e1cba7c71b1a85 Mon Sep 17 00:00:00 2001 From: Evan Lucas Date: Wed, 10 Aug 2022 10:47:59 -0500 Subject: [PATCH] doc: fix typo in diagnostics_channel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The diagnostics_channel Channel class description had a typo. PR-URL: https://github.com/nodejs/node/pull/44199 Reviewed-By: Michaƫl Zasso Reviewed-By: Erick Wendel Reviewed-By: Darshan Sen Reviewed-By: Feng Yu --- doc/api/diagnostics_channel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/diagnostics_channel.md b/doc/api/diagnostics_channel.md index af31d692a5cc70..6ea1d0c112805d 100644 --- a/doc/api/diagnostics_channel.md +++ b/doc/api/diagnostics_channel.md @@ -226,7 +226,7 @@ added: --> The class `Channel` represents an individual named channel within the data -pipeline. It is use to track subscribers and to publish messages when there +pipeline. It is used to track subscribers and to publish messages when there are subscribers present. It exists as a separate object to avoid channel lookups at publish time, enabling very fast publish speeds and allowing for heavy use while incurring very minimal cost. Channels are created with