We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a80e7 commit 8b2a2f2Copy full SHA for 8b2a2f2
1-js/03-code-quality/06-polyfills/article.md
@@ -71,8 +71,7 @@ if (!Math.trunc) { // if no such function
71
72
JavaScript is a highly dynamic language. Scripts may add/modify any function, even built-in ones.
73
74
-Two interesting polyfill libraries are:
75
-- [core js](https://github.com/zloirock/core-js) that supports a lot, allows to include only needed features.
+An interesting polyfill library is [core js](https://github.com/zloirock/core-js) that supports a lot and allows to include only needed features.
76
77
78
## Summary
0 commit comments