diff --git a/readme.md b/readme.md index 9a229d3..1165fe0 100644 --- a/readme.md +++ b/readme.md @@ -93,7 +93,7 @@ walkdir.sync(path, [options], [callback]); */ "filter"?:(directory:string,files:string[])=>string[]|Promise, /** - * pass in a custom fs object like gracfeful-fs + * pass in a custom fs object like graceful-fs * needs stat, lstat, readdir, readlink and sync verisons if you use sync:true */ "fs"?:any,