From 5b45998b45d0ba9c683e118a49ad8f50be6b4770 Mon Sep 17 00:00:00 2001 From: Edi Duluman Date: Sun, 16 Apr 2023 01:25:00 +0300 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a438063..7e4cde70 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ g3.stream().on('data', path => { // if you use stat:true and withFileTypes, you can sort results // by things like modified time, filter by permission mode, etc. -// All Stats fields will be avialable in that case. Slightly +// All Stats fields will be available in that case. Slightly // slower, though. // For example: const results = await glob('**', { stat: true, withFileTypes: true })