Skip to content

Commit

Permalink
Merge pull request #1245 from vlajos/typofixes
Browse files Browse the repository at this point in the history
typo fixes
  • Loading branch information
sindresorhus committed Feb 20, 2015
2 parents fead2d2 + 29d6ef8 commit 84ec1cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/gruntfile/multi-task-files.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = function(grunt) {
'dist/built1.js': ['src/*1.js', 'src/*2.js'],
// This is the "medium" format. The target name is arbitrary and can be
// used like "grunt run:built". Supports per-target options, templated
// dest, and arbitrary "extra" paramters. Doesn't support >1 srcs-dest
// dest, and arbitrary "extra" parameters. Doesn't support >1 srcs-dest
// grouping.
built: {
options: {a: 2, c: 22},
Expand All @@ -59,7 +59,7 @@ module.exports = function(grunt) {
{'dist/built-<%= build %>-b.js': ['src/*1.js', 'src/*2.js']},
]
},
// This "full" variant supports per srcs-dest arbitrary "extra" paramters.
// This "full" variant supports per srcs-dest arbitrary "extra" parameters.
long3: {
options: {a: 5, c: 55},
files: [
Expand Down

0 comments on commit 84ec1cc

Please sign in to comment.