Skip to content

Commit ce344e7

Browse files
authored
Merge pull request #1356 from paroche/patch-40
Update article.md
2 parents a7b5030 + 22ca59e commit ce344e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/08-prototypes/03-native-prototypes/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ So, generally, modifying a native prototype is considered a bad idea.
129129

130130
**In modern programming, there is only one case where modifying native prototypes is approved. That's polyfilling.**
131131

132-
Polyfilling is a term for making a substitute for a method that exists in JavaScript specification, but not yet supported by current JavaScript engine.
132+
Polyfilling is a term for making a substitute for a method that exists in JavaScript specification, but is not yet supported by current JavaScript engine.
133133

134134
Then we may implement it manually and populate the built-in prototype with it.
135135

0 commit comments

Comments
 (0)