From 485c85bfe7cbed35f503fff0ef3040356dd3b167 Mon Sep 17 00:00:00 2001 From: Jeremy Attali Date: Sat, 17 Oct 2015 14:30:51 -0400 Subject: [PATCH] fix(core): Fix typo arithemtic should be arithmetic. Closes #4803 --- modules/angular2/angular2_sfx.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/angular2/angular2_sfx.ts b/modules/angular2/angular2_sfx.ts index 7bebd9007b..b30fd7f81e 100644 --- a/modules/angular2/angular2_sfx.ts +++ b/modules/angular2/angular2_sfx.ts @@ -1,6 +1,6 @@ import * as ng from './angular2'; // the router and http should have their own SFX bundle -// But currently the module arithemtic 'angular2/router_sfx - angular2/angular2', +// But currently the module arithmetic 'angular2/router_sfx - angular2/angular2', // is not support by system builder. import * as router from './router'; import * as http from './http';