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>
This commit is contained in:
Victor Hiairrassary 2023-03-13 13:01:15 +01:00 committed by GitHub
parent 28c9fb9592
commit 1ef4faa29b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}