From 43e31c5abbd0cc33d0776953a828858145daa3f1 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Fri, 15 Apr 2016 11:59:44 +0800 Subject: [PATCH] docs(): fix a typo: patform -> platform Closes #8081 --- modules/angular2/platform/testing/browser.ts | 2 +- modules/angular2/platform/testing/browser_static.ts | 2 +- modules/angular2/platform/testing/server.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/angular2/platform/testing/browser.ts b/modules/angular2/platform/testing/browser.ts index d344afb44c..5fa0032c70 100644 --- a/modules/angular2/platform/testing/browser.ts +++ b/modules/angular2/platform/testing/browser.ts @@ -12,7 +12,7 @@ import {CONST_EXPR} from 'angular2/src/facade/lang'; 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 = CONST_EXPR([TEST_BROWSER_STATIC_PLATFORM_PROVIDERS]); diff --git a/modules/angular2/platform/testing/browser_static.ts b/modules/angular2/platform/testing/browser_static.ts index 92a4698464..c176bd98c3 100644 --- a/modules/angular2/platform/testing/browser_static.ts +++ b/modules/angular2/platform/testing/browser_static.ts @@ -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 = CONST_EXPR([ diff --git a/modules/angular2/platform/testing/server.ts b/modules/angular2/platform/testing/server.ts index b2509a615f..7e78718a0b 100644 --- a/modules/angular2/platform/testing/server.ts +++ b/modules/angular2/platform/testing/server.ts @@ -47,7 +47,7 @@ function initServerTests() { } /** - * Default patform providers for testing. + * Default platform providers for testing. */ export const TEST_SERVER_PLATFORM_PROVIDERS: Array = CONST_EXPR([ PLATFORM_COMMON_PROVIDERS,