Skip to content

Commit

Permalink
typo in error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreensp committed Jul 18, 2012
1 parent 3fdac8b commit ac06cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/bundler.js
Expand Up @@ -284,7 +284,7 @@ var Bundle = function () {
self.files[w][options.path] = data;
self.js[w].push(options.path);
} else {
throw new Error("Invalid wironment");
throw new Error("Invalid environment");
}
} else if (options.type === "css") {
if (w !== "client")
Expand Down

0 comments on commit ac06cbb

Please sign in to comment.