Skip to content

Commit fcdd82d

Browse files
shairezfilipesilva
authored andcommitted
chore: fix minor typo
Close angular#191
1 parent b651f97 commit fcdd82d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/ng2/blueprints/ng2/files/karma.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module.exports = function(config) {
3030
{pattern: 'dist/**/*.js.map', included: false, watched: false}
3131
],
3232
proxies: {
33-
// required for component assests fetched by Angular's compiler
33+
// required for component assets fetched by Angular's compiler
3434
"/app/": "/base/dist/app/"
3535
},
3636
exclude: [],

0 commit comments

Comments
 (0)