From dc2f6b606fba4bfacf7f011307e262aa1ecc242d Mon Sep 17 00:00:00 2001 From: Houssem Chebab Date: Tue, 15 Jun 2021 19:22:48 +0100 Subject: [PATCH] test: fix typo PR-URL: https://github.com/nodejs/node/pull/39045 Reviewed-By: Richard Lau Reviewed-By: Antoine du Hamel Reviewed-By: Colin Ihrig Reviewed-By: Zijian Liu --- test/common/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/common/README.md b/test/common/README.md index ea4d4e401be64e..7b76c1a746c656 100644 --- a/test/common/README.md +++ b/test/common/README.md @@ -925,8 +925,8 @@ functionality. * `dir` [<string>][] Directory to search for diagnostic report files. * return [<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)`