Skip to content

Commit

Permalink
Fixed typo: from "conversion" to "coercion" (mdn#29374)
Browse files Browse the repository at this point in the history
Fixed typoe: from "conversion" to "coercion"
  • Loading branch information
DanKaplanSES authored Sep 30, 2023
1 parent 38c603e commit 6a3063a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ browser-compat: javascript.builtins.Object.toString

{{JSRef}}

The **`toString()`** method of {{jsxref("Object")}} instances returns a string representing this object. This method is meant to be overridden by derived objects for custom [type conversion](/en-US/docs/Web/JavaScript/Data_structures#type_coercion) logic.
The **`toString()`** method of {{jsxref("Object")}} instances returns a string representing this object. This method is meant to be overridden by derived objects for custom [type coercion](/en-US/docs/Web/JavaScript/Data_structures#type_coercion) logic.

{{EmbedInteractiveExample("pages/js/object-prototype-tostring.html")}}

Expand Down

0 comments on commit 6a3063a

Please sign in to comment.