Skip to content

Commit 3a5d32e

Browse files
authored
Remove typo
Same as title
1 parent 18b1314 commit 3a5d32e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ As we know already, many operators and functions perform type conversions, e.g.
226226

227227
If we pass an object as an argument, then there are two stages of calculations:
228228
1. The object is converted to a primitive (using the rules described above).
229-
2. If the necessary for further calculations, the resulting primitive is also converted.
229+
2. If necessary for further calculations, the resulting primitive is also converted.
230230

231231
For instance:
232232

0 commit comments

Comments
 (0)