From d60868636b75f3d11255eef577c13126c63e88e5 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 f3ef9a8b957aa3..a670e1327688a9 100644 --- a/test/common/README.md +++ b/test/common/README.md @@ -932,8 +932,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)`