Skip to content

Commit 86acdea

Browse files
chrisanderss0nphated
authored andcommitted
Docs: Fix recipe typo (#2156)
1 parent b065a13 commit 86acdea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/recipes/running-task-steps-per-folder.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function getFolders(dir) {
3838

3939
gulp.task('scripts', function(done) {
4040
var folders = getFolders(scriptsPath);
41-
if (folder.length === 0) return done(); // nothing to do!
41+
if (folders.length === 0) return done(); // nothing to do!
4242
var tasks = folders.map(function(folder) {
4343
return gulp.src(path.join(scriptsPath, folder, '/**/*.js'))
4444
// concat into foldername.js

0 commit comments

Comments
 (0)