Skip to content

Commit

Permalink
fix(core): Fix typo
Browse files Browse the repository at this point in the history
arithemtic should be arithmetic.

Closes #4803
  • Loading branch information
jtheoof committed Oct 26, 2015
1 parent 3118d5c commit 485c85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/angular2/angular2_sfx.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 485c85b

Please sign in to comment.