Skip to content

Commit 2e52d03

Browse files
authored
Fix typo in text
1 parent c3b904d commit 2e52d03

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
@@ -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)