Skip to content

Commit

Permalink
Naming
Browse files Browse the repository at this point in the history
To better convey what is actually stored, `dir` var is now `tasks`.
  • Loading branch information
willpracht committed Apr 28, 2015
1 parent 2db0906 commit 3bd3792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/split-tasks-across-multiple-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ Add the following lines to your `gulpfile.js` file:

```js
var requireDir = require('require-dir');
var dir = requireDir('./tasks');
var tasks = requireDir('./tasks');
```

0 comments on commit 3bd3792

Please sign in to comment.