Skip to content

Commit d22ba4f

Browse files
author
Robert Messerle
committed
43e31c5 docs(): fix a typo: patform -> platform
1 parent a0ca764 commit d22ba4f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

BUILD_INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Tue Apr 19 01:27:27 UTC 2016
2-
d094a85647af04a67620ed1287103aeee3936298
1+
Tue Apr 19 03:08:47 UTC 2016
2+
43e31c5abbd0cc33d0776953a828858145daa3f1

lib/platform/testing/browser.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import "package:angular2/platform/browser.dart" show BROWSER_APP_PROVIDERS;
1212
export "package:angular2/platform/browser.dart" show CACHED_TEMPLATE_PROVIDER;
1313

1414
/**
15-
* Default patform providers for testing.
15+
* Default platform providers for testing.
1616
*/
1717
const List<dynamic> TEST_BROWSER_PLATFORM_PROVIDERS = const [
1818
TEST_BROWSER_STATIC_PLATFORM_PROVIDERS

lib/platform/testing/browser_static.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ initBrowserTests() {
3939
}
4040

4141
/**
42-
* Default patform providers for testing without a compiler.
42+
* Default platform providers for testing without a compiler.
4343
*/
4444
const List<dynamic> TEST_BROWSER_STATIC_PLATFORM_PROVIDERS = const [
4545
PLATFORM_COMMON_PROVIDERS,

0 commit comments

Comments
 (0)