Skip to content

Commit dcb9d87

Browse files
authored
trivial: indefinite to definite article (#1573)
trivial: indefinite to definite article
2 parents b43e954 + f37e9e7 commit dcb9d87

File tree

1 file changed

+1
-1
lines changed
  • 1-js/04-object-basics/05-object-toprimitive

1 file changed

+1
-1
lines changed

1-js/04-object-basics/05-object-toprimitive/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ These methods must return a primitive value. If `toString` or `valueOf` returns
123123
By default, a plain object has following `toString` and `valueOf` methods:
124124

125125
- The `toString` method returns a string `"[object Object]"`.
126-
- The `valueOf` method returns an object itself.
126+
- The `valueOf` method returns the object itself.
127127

128128
Here's the demo:
129129

0 commit comments

Comments
 (0)