Skip to content

Commit

Permalink
docs(): fix a typo: patform -> platform
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars authored and Robert Messerle committed Apr 19, 2016
1 parent 13c8b13 commit 43e31c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/angular2/platform/testing/browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<any /*Type | Provider | any[]*/> =
CONST_EXPR([TEST_BROWSER_STATIC_PLATFORM_PROVIDERS]);
Expand Down
2 changes: 1 addition & 1 deletion modules/angular2/platform/testing/browser_static.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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[]*/> =
CONST_EXPR([
Expand Down
2 changes: 1 addition & 1 deletion modules/angular2/platform/testing/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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([
PLATFORM_COMMON_PROVIDERS,
Expand Down

0 comments on commit 43e31c5

Please sign in to comment.