docs(angular2/angular2_sfx): Correct typo
Add correct spelling of the word "arithmetic" Closes #4066
This commit is contained in:
parent
646b9200a2
commit
716ce08a93
|
@ -1,6 +1,6 @@
|
||||||
import * as ng from './angular2';
|
import * as ng from './angular2';
|
||||||
// the router should have its own SFX bundle
|
// 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.
|
// is not support by system builder.
|
||||||
import * as router from './router';
|
import * as router from './router';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue