fix(core): Fix typo

arithemtic should be arithmetic.

Closes #4803
This commit is contained in:
Jeremy Attali 2015-10-17 14:30:51 -04:00
parent 3118d5cebb
commit 485c85bfe7
1 changed files with 1 additions and 1 deletions

View File

@ -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';