Merge pull request #2366 from odsantos/fix-polyfills-typo
Fix "polyfills" typo
This commit is contained in:
commit
9b68941a44
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ Two interesting libraries of polyfills are:
|
|||
|
||||
## 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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue