From 01d82670c77177a0fd0648dde78632d5450bcc59 Mon Sep 17 00:00:00 2001 From: Victor Hiairrassary Date: Mon, 13 Mar 2023 13:01:15 +0100 Subject: [PATCH] doc: fix typo in test.md PR-URL: https://github.com/nodejs/node/pull/47053 Reviewed-By: Moshe Atlow Reviewed-By: Rich Trott Reviewed-By: Colin Ihrig Reviewed-By: Qingyu Deng Reviewed-By: Benjamin Gruenbaum --- doc/api/test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/test.md b/doc/api/test.md index b05dc1f963e207..1b39f0c683dab4 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -532,7 +532,7 @@ The following built-reporters are supported: ### 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}