File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
modules/angular2/platform/testing Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import {CONST_EXPR} from 'angular2/src/facade/lang';
1212export { CACHED_TEMPLATE_PROVIDER } from 'angular2/platform/browser' ;
1313
1414/**
15- * Default patform providers for testing.
15+ * Default platform providers for testing.
1616 */
1717export const TEST_BROWSER_PLATFORM_PROVIDERS : Array < any /*Type | Provider | any[]*/ > =
1818 CONST_EXPR ( [ TEST_BROWSER_STATIC_PLATFORM_PROVIDERS ] ) ;
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ function initBrowserTests() {
3737}
3838
3939/**
40- * Default patform providers for testing without a compiler.
40+ * Default platform providers for testing without a compiler.
4141 */
4242export const TEST_BROWSER_STATIC_PLATFORM_PROVIDERS : Array < any /*Type | Provider | any[]*/ > =
4343 CONST_EXPR ( [
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ function initServerTests() {
4747}
4848
4949/**
50- * Default patform providers for testing.
50+ * Default platform providers for testing.
5151 */
5252export const TEST_SERVER_PLATFORM_PROVIDERS : Array < any /*Type | Provider | any[]*/ > = CONST_EXPR ( [
5353 PLATFORM_COMMON_PROVIDERS ,
You can’t perform that action at this time.
0 commit comments