Skip to content

Commit

Permalink
Merge pull request gulpjs#1048 from willpracht/patch-1
Browse files Browse the repository at this point in the history
Naming
  • Loading branch information
contra committed Apr 28, 2015
2 parents f9f58af + 3bd3792 commit ed913ac
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 ed913ac

Please sign in to comment.