docs(): fix a typo: patform -> platform

Closes #8081
This commit is contained in:
Felix Yan 2016-04-15 11:59:44 +08:00 committed by Robert Messerle
parent 13c8b13343
commit 43e31c5abb
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ import {CONST_EXPR} from 'angular2/src/facade/lang';
export {CACHED_TEMPLATE_PROVIDER} from 'angular2/platform/browser'; export {CACHED_TEMPLATE_PROVIDER} from 'angular2/platform/browser';
/** /**
* Default patform providers for testing. * Default platform providers for testing.
*/ */
export const TEST_BROWSER_PLATFORM_PROVIDERS: Array<any /*Type | Provider | any[]*/> = export const TEST_BROWSER_PLATFORM_PROVIDERS: Array<any /*Type | Provider | any[]*/> =
CONST_EXPR([TEST_BROWSER_STATIC_PLATFORM_PROVIDERS]); CONST_EXPR([TEST_BROWSER_STATIC_PLATFORM_PROVIDERS]);

View File

@ -36,7 +36,7 @@ function initBrowserTests() {
} }
/** /**
* Default patform providers for testing without a compiler. * Default platform providers for testing without a compiler.
*/ */
export const TEST_BROWSER_STATIC_PLATFORM_PROVIDERS: Array<any /*Type | Provider | any[]*/> = export const TEST_BROWSER_STATIC_PLATFORM_PROVIDERS: Array<any /*Type | Provider | any[]*/> =
CONST_EXPR([ CONST_EXPR([

View File

@ -47,7 +47,7 @@ function initServerTests() {
} }
/** /**
* Default patform providers for testing. * Default platform providers for testing.
*/ */
export const TEST_SERVER_PLATFORM_PROVIDERS: Array<any /*Type | Provider | any[]*/> = CONST_EXPR([ export const TEST_SERVER_PLATFORM_PROVIDERS: Array<any /*Type | Provider | any[]*/> = CONST_EXPR([
PLATFORM_COMMON_PROVIDERS, PLATFORM_COMMON_PROVIDERS,