Skip to content

Commit

Permalink
chore: fix minor typo
Browse files Browse the repository at this point in the history
Close #191
  • Loading branch information
shairez authored and filipesilva committed Feb 12, 2016
1 parent b651f97 commit fcdd82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/ng2/blueprints/ng2/files/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = function(config) {
{pattern: 'dist/**/*.js.map', included: false, watched: false}
],
proxies: {
// required for component assests fetched by Angular's compiler
// required for component assets fetched by Angular's compiler
"/app/": "/base/dist/app/"
},
exclude: [],
Expand Down

0 comments on commit fcdd82d

Please sign in to comment.