Fix typo in text

This commit is contained in:
Stanislav (Stanley) Modrak 2022-06-15 15:18:01 +01:00 committed by GitHub
parent c3b904def3
commit 2e52d0313d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
The `"prototype"` property is widely used by the core of JavaScript itself. All built-in constructor functions use it.
First we'll see at the details, and then how to use it for adding new capabilities to built-in objects.
First we'll look at the details, and then how to use it for adding new capabilities to built-in objects.
## Object.prototype