From 9694af182a0ce756ae247941f624318d399d43bd Mon Sep 17 00:00:00 2001 From: Shai Reznik Date: Thu, 11 Feb 2016 19:32:49 +0200 Subject: [PATCH] fix minor typo not sure which context to put this on docs()? bug()? --- addon/ng2/blueprints/ng2/files/karma.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addon/ng2/blueprints/ng2/files/karma.conf.js b/addon/ng2/blueprints/ng2/files/karma.conf.js index e370613e5255..d226b6e03261 100644 --- a/addon/ng2/blueprints/ng2/files/karma.conf.js +++ b/addon/ng2/blueprints/ng2/files/karma.conf.js @@ -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: [],