Skip to content

Commit 907e6c8

Browse files
committed
Fix "polyfills" typo
1 parent e87f130 commit 907e6c8

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

+1-1
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)