From 9c1010db5450c485330464994318069e5104e743 Mon Sep 17 00:00:00 2001 From: Robin Stevens Date: Tue, 1 Oct 2019 12:28:48 +0200 Subject: [PATCH] Typo Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c1bc09..810f258 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ fs.copyFileSync('demo.css', 'dest/demo.css', { ### .recurse(dirpath, filter, callback) Recurse into a directory, executing callback for each file and folder. -if the filename is undefiend, the callback is for folder, otherwise for file. +if the filename is undefined, the callback is for folder, otherwise for file. * {string} ``dirpath`` required * {string|array|function} ``filter`` If the filter is function, executing callback for all files and folder