Skip to content

Commit f7f11a6

Browse files
committed
e7131f5 docs(bundles/overview.md): fix typo
1 parent 9babd3b commit f7f11a6

2 files changed

Lines changed: 3 additions & 3 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 Mar 22 00:54:44 UTC 2016
2-
5c330ea492ca33082b9e7ffbf3f8113181e0de61
1+
Tue Mar 22 02:03:49 UTC 2016
2+
e7131f56c8af542739afd9a692d998b888a3cfbb

docs/bundles/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ An example of an Angular 2 project built with WebPack can be found in the [angul
7272

7373
Polyfills are required for Angular 2 to function properly (the exact list depends on the browser used) and external dependencies ([zone.js](https://github.com/angular/zone.js)).
7474
To ease setup of Angular 2 applications there is one file - `angular2-polyfills.js` - that combines:
75-
* a pollyfill mandatory for all browsers: [reflect-metadata](https://www.npmjs.com/package/reflect-metadata)
75+
* a polyfill mandatory for all browsers: [reflect-metadata](https://www.npmjs.com/package/reflect-metadata)
7676
* [zone.js](https://github.com/angular/zone.js)
7777

7878
**Note**: `angular2-polyfills.js` contains code that should be loaded into the browser as the very first code of the web application even before the module loader. The preferred solution is to load the mentioned file in a `script` tag as early as possible.

0 commit comments

Comments
 (0)