Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e466826

Browse files
Merge pull request #3772 from nikoandpiko/patch-1
Grammatical fix
2 parents a2b97b5 + 793ad4b commit e466826

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +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-
An interesting polyfill library is [core js](https://github.com/zloirock/core-js) that supports a lot and allows to include only needed features.
75-
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 ones you need.
7675
7776
## Summary
7877

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /