Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHoussem Chebab <houssemchebeb@gmail.com>2021-06-15 21:22:48 +0300
committerDanielle Adams <adamzdanielle@gmail.com>2021-06-21 18:08:07 +0300
commitbd924610ec3b3aff36dc7fa08d7baf4d1c2fd3b0 (patch)
treeda413bf8de4a86ff38fdeafb37753fa2450b8c08 /test
parent1e8bdab58143c68bbbabbf083228caf0ac456d3b (diff)
test: fix typo
PR-URL: https://github.com/nodejs/node/pull/39045 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/common/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/common/README.md b/test/common/README.md
index ea4d4e401be..7b76c1a746c 100644
--- a/test/common/README.md
+++ b/test/common/README.md
@@ -925,8 +925,8 @@ functionality.
* `dir` [&lt;string>][] Directory to search for diagnostic report files.
* return [&lt;Array>][]
-Returns an array of diagnotic report file names found in `dir`. The files should
-have been generated by a process whose PID matches `pid`.
+Returns an array of diagnostic report file names found in `dir`. The files
+should have been generated by a process whose PID matches `pid`.
### `validate(filepath)`