Skip to content

Commit 6451000

Browse files
authored
Spelling error & wrong idiom
Spelling error: 'out'-->'our' Idiom: 'From the other hand'-->"On the other hand"
1 parent 3a0b3f4 commit 6451000

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
@@ -11,7 +11,7 @@ A good page to see the current state of support for language features is <https:
1111

1212
As programmers, we'd like to use most recent features. The more good stuff - the better!
1313

14-
From the other hand, how to make out modern code work on older engines that don't understand recent features yet?
14+
On the other hand, how to make our modern code work on older engines that don't understand recent features yet?
1515

1616
There are two tools for that:
1717

0 commit comments

Comments
 (0)