Skip to content

Commit 363ed51

Browse files
committed
docs(bundles/overview.md): fix typo
Closes angular#7677
1 parent b0f585a commit 363ed51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/angular2/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)