summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorVictor Hiairrassary <victor.hiairrassary@gmail.com>2023-03-13 13:01:15 +0100
committerGitHub <noreply@github.com>2023-03-13 12:01:15 +0000
commit1ef4faa29bd5ef91462ce2dd1c3ec3e463d980b9 (patch)
treeae247425753166fd9b049f5fb3181b23758f3258 /doc/api
parent28c9fb959273a2aa2850b426f19937bd2b88ac24 (diff)
downloadnode-new-1ef4faa29bd5ef91462ce2dd1c3ec3e463d980b9.tar.gz
doc: fix typo in test.md
PR-URL: https://github.com/nodejs/node/pull/47053 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Qingyu Deng <i@ayase-lab.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/test.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/test.md b/doc/api/test.md
index 59b1647b12..310bf0d685 100644
--- a/doc/api/test.md
+++ b/doc/api/test.md
@@ -549,7 +549,7 @@ to the test runner's output is required, use the events emitted by the
### Custom reporters
[`--test-reporter`][] can be used to specify a path to custom reporter.
-a custom reporter is a module that exports a value
+A custom reporter is a module that exports a value
accepted by [stream.compose][].
Reporters should transform events emitted by a {TestsStream}