Skip to content

Commit 9b68941

Browse files
authored
Merge pull request #2366 from odsantos/fix-polyfills-typo
Fix "polyfills" typo
2 parents fd2e83c + 907e6c8 commit 9b68941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Two interesting libraries of polyfills are:
7878
7979
## Summary
8080
81-
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.
81+
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.
8282
8383
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.
8484

0 commit comments

Comments
 (0)