Skip to content

Commit 485c85b

Browse files
committed
fix(core): Fix typo
arithemtic should be arithmetic. Closes #4803
1 parent 3118d5c commit 485c85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/angular2/angular2_sfx.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as ng from './angular2';
22
// the router and http should have their own SFX bundle
3-
// But currently the module arithemtic 'angular2/router_sfx - angular2/angular2',
3+
// But currently the module arithmetic 'angular2/router_sfx - angular2/angular2',
44
// is not support by system builder.
55
import * as router from './router';
66
import * as http from './http';

0 commit comments

Comments
 (0)