From 5a7e587568995e574f0241db3270280e30688969 Mon Sep 17 00:00:00 2001 From: Victor Hiairrassary Date: Sun, 12 Mar 2023 17:23:04 +0100 Subject: [PATCH] doc: fix typo in test.md --- 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 59b1647b12632a..310bf0d685ffe3 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}