Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
doc: nitpick
  • Loading branch information
tony-go committed Mar 15, 2022
commit 645657d97d825cd6fba8435a9d36b787ef1ddde6
4 changes: 2 additions & 2 deletions doc/contributing/diagnostic-tooling-support-tiers.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The Node.js project has assessed the tools and the APIs which support those
tools. Each of the tools and APIs has been put into one of
the following tiers.

* Tier 1 - Must always be working(CI tests passing) for all
* Tier 1 - Must always be working (CI tests passing) for all
Current and LTS Node.js releases. A release will not be shipped if the test
suite for the tool/API is not green. To be considered for inclusion
in this tier it must have a good test suite and that test suite and a job
Expand All @@ -29,7 +29,7 @@ the following tiers.
its dependencies; and
* The tool must be open source.

* Tier 2 - Must be working(CI tests passing) for all
* Tier 2 - Must be working (CI tests passing) for all
LTS releases. An LTS release will not be shipped if the test
suite for the tool/API is not green. To be considered for inclusion
in this tier it must have a good test suite and that test suite and a job
Expand Down