trivial: indefinite to definite article (#1573)

trivial: indefinite to definite article
This commit is contained in:
Alexey Pyltsyn 2019-11-04 16:01:43 +03:00 committed by GitHub
commit dcb9d87ab8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,7 +123,7 @@ These methods must return a primitive value. If `toString` or `valueOf` returns
By default, a plain object has following `toString` and `valueOf` methods:
- The `toString` method returns a string `"[object Object]"`.
- The `valueOf` method returns an object itself.
- The `valueOf` method returns the object itself.
Here's the demo: