From 31b143ccf1feac9e28ffb34731e3ff33ed27d6b5 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Mon, 27 Apr 2020 02:17:28 -0400 Subject: [PATCH] doc: correct Nodejs to Node.js spelling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/33088 Reviewed-By: Trivikram Kamat Reviewed-By: Myles Borins Reviewed-By: Zeyu Yang Reviewed-By: Colin Ihrig Reviewed-By: Luigi Pinca Reviewed-By: Juan José Arboleda Reviewed-By: James M Snell Reviewed-By: Rich Trott --- doc/guides/diagnostic-tooling-support-tiers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/diagnostic-tooling-support-tiers.md b/doc/guides/diagnostic-tooling-support-tiers.md index 254f90ecadd5fd..5d935a29369a88 100644 --- a/doc/guides/diagnostic-tooling-support-tiers.md +++ b/doc/guides/diagnostic-tooling-support-tiers.md @@ -25,7 +25,7 @@ the following tiers. * The tool must have a guide or other documentation in the Node.js GitHub organization or website; * The tool must be working on all supported platforms; - * The tool must only be using APIs exposed by Nodejs as opposed to + * The tool must only be using APIs exposed by Node.js as opposed to its dependencies; and * The tool must be open source.