docs: update Wikipedia link to Polyfill description (#30214)

PR Close #30214
This commit is contained in:
Raja Rama Mohan Thavalam 2019-04-30 23:29:49 +05:30 committed by Kara Erickson
parent 1ec092ba32
commit bf73fb7420
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ Package name | Description
Many browsers lack native support for some features in the latest HTML standards,
features that Angular requires.
[_Polyfills_](https://en.wikipedia.org/wiki/Polyfill) can emulate the missing features.
[_Polyfills_](https://en.wikipedia.org/wiki/Polyfill_(programming)) can emulate the missing features.
The [Browser Support](guide/browser-support) guide explains which browsers need polyfills and
how you can add them.