From 1c0ccc0ca825318b7c87efbf2b2c25aa597868c7 Mon Sep 17 00:00:00 2001 From: Taejin Kim <60560836+kimtaejin3@users.noreply.github.com> Date: Mon, 29 Jul 2024 15:36:41 +0900 Subject: [PATCH] doc: fix typo in diagnostic tooling support tiers document PR-URL: https://github.com/nodejs/node/pull/54058 Reviewed-By: Moshe Atlow Reviewed-By: Rafael Gonzaga Reviewed-By: Daeyeon Jeong Reviewed-By: Luigi Pinca Reviewed-By: Matteo Collina --- doc/contributing/diagnostic-tooling-support-tiers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contributing/diagnostic-tooling-support-tiers.md b/doc/contributing/diagnostic-tooling-support-tiers.md index 3a3d5298d75710..f92a5242b7b85b 100644 --- a/doc/contributing/diagnostic-tooling-support-tiers.md +++ b/doc/contributing/diagnostic-tooling-support-tiers.md @@ -26,7 +26,7 @@ the following tiers. organization or website; * The tool must be working on all supported platforms; * The tool must only be using APIs exposed by Node.js as opposed to - its dependencies; and + its dependencies; * The tool must be open source. * Tier 2 - Must be working (CI tests passing) for all