Skip to content

Commit a04ce56

Browse files
committed
readme.md: fix typo (fix soldair#45)
1 parent c7eb569 commit a04ce56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ walkdir.sync(path, [options], [callback]);
9393
*/
9494
"filter"?:(directory:string,files:string[])=>string[]|Promise<string[]>,
9595
/**
96-
* pass in a custom fs object like gracfeful-fs
96+
* pass in a custom fs object like graceful-fs
9797
* needs stat, lstat, readdir, readlink and sync verisons if you use sync:true
9898
*/
9999
"fs"?:any,

0 commit comments

Comments
 (0)