Merge pull request #2366 from odsantos/fix-polyfills-typo

Fix "polyfills" typo
This commit is contained in:
Ilya Kantor 2020-12-13 20:29:19 +03:00 committed by GitHub
commit 9b68941a44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,7 +78,7 @@ Two interesting libraries of polyfills are:
## Summary ## Summary
In this chapter we'd like to motivate you to study modern and even "bleeding-edge" langauge features, even if they aren't yet well-supported by JavaScript engines. In this chapter we'd like to motivate you to study modern and even "bleeding-edge" language features, even if they aren't yet well-supported by JavaScript engines.
Just don't forget to use transpiler (if using modern syntax or operators) and polyfills (to add functions that may be missing). And they'll ensure that the code works. Just don't forget to use transpiler (if using modern syntax or operators) and polyfills (to add functions that may be missing). And they'll ensure that the code works.