Skip to content

Commit eedc262

Browse files
authored
Grammatical fix
1 parent b258d7d commit eedc262

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

1-js/03-code-quality/06-polyfills/article.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,7 @@ if (!Math.trunc) { // if no such function
7171
7272
JavaScript is a highly dynamic language. Scripts may add/modify any function, even built-in ones.
7373
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.
76-
74+
One interesting polyfill library is [core-js](https://github.com/zloirock/core-js), which supports a wide range of features and allows you to include only the specific ones you need.
7775
7876
## Summary
7977

0 commit comments

Comments
 (0)