From 716ce08a93befd1a6f93dc229fb053e3d529759f Mon Sep 17 00:00:00 2001 From: Phillip Alexander Date: Tue, 8 Sep 2015 21:00:46 -0700 Subject: [PATCH] docs(angular2/angular2_sfx): Correct typo Add correct spelling of the word "arithmetic" Closes #4066 --- 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 edd420b58c..150204d0d4 100644 --- a/modules/angular2/angular2_sfx.ts +++ b/modules/angular2/angular2_sfx.ts @@ -1,6 +1,6 @@ import * as ng from './angular2'; // the router should have its 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';