Skip to content

Commit 94e251d

Browse files
authored
Fixed Typo
1 parent 5a1825c commit 94e251d

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
@@ -199,7 +199,7 @@ In contrast, `Symbol.toPrimitive` *must* return a primitive, otherwise there wil
199199

200200
## Further conversions
201201

202-
As we know already, many operators and functions perform type conversions, e.g. multiplication `*` converts operatnds to numbers.
202+
As we know already, many operators and functions perform type conversions, e.g. multiplication `*` converts operands to numbers.
203203

204204
If we pass an object as an argument, then there are two stages:
205205
1. The object is converted to a primitive (using the rules described above).

0 commit comments

Comments
 (0)