Skip to content

Commit a7a5cab

Browse files
tomsunjorrit
authored andcommitted
Fix typo in example
1 parent e97aac0 commit a7a5cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ gulp.task('requirejsBuild', function() {
5151
},
5252
// ... more require.js options
5353
})
54-
.pipe(gulp.dest('./delpoy/')); // pipe it to the output DIR
54+
.pipe(gulp.dest('./deploy/')); // pipe it to the output DIR
5555
});
5656
```
5757

0 commit comments

Comments
 (0)