diff --git a/.verb.md b/.verb.md index 17849f9..73ec912 100644 --- a/.verb.md +++ b/.verb.md @@ -388,7 +388,7 @@ Here, we only show `onEach`, since it's identical to `onPush` in terms of usage. const readdir = require('@folder/readdir'); const ignore = ['node_modules', '.git']; -const isIgnored = file => ignore.includes(file.nane); +const isIgnored = file => ignore.includes(file.name); module.exports = async (dir, options) => { const opts = { recursive: true, objects: true, ...options };