From 7fae094ab35405142c1efc858cef5c425d25190a Mon Sep 17 00:00:00 2001 From: Max Reynolds Date: Fri, 9 Jul 2021 09:15:09 +0100 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f8469bb..393f4fef 100644 --- a/README.md +++ b/README.md @@ -437,7 +437,7 @@ The object has the following fields: * name (`string`) — the last part of the path (basename) * path (`string`) — full path relative to the pattern base directory -* dirent ([`fs.Dirent`][node_js_fs_class_fs_dirent]) — instance of `fs.Direct` +* dirent ([`fs.Dirent`][node_js_fs_class_fs_dirent]) — instance of `fs.Dirent` > :book: An object is an internal representation of entry, so getting it does not affect performance.