Skip to content

Commit d81a142

Browse files
authored
Merge pull request #3056 from smith558/patch-1
Fix typo in text
2 parents 47fec27 + 2e52d03 commit d81a142

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The `"prototype"` property is widely used by the core of JavaScript itself. All built-in constructor functions use it.
44

5-
First we'll see at the details, and then how to use it for adding new capabilities to built-in objects.
5+
First we'll look at the details, and then how to use it for adding new capabilities to built-in objects.
66

77
## Object.prototype
88

0 commit comments

Comments
 (0)