From 4077b37da4a9485322e3b43eeee650211a157434 Mon Sep 17 00:00:00 2001 From: ponyolovesham <89746452+ponyolovesham@users.noreply.github.com> Date: Sun, 28 Nov 2021 11:16:30 -0500 Subject: [PATCH] Update metadata-schemas.md --- docs/reference/metadata-schemas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/metadata-schemas.md b/docs/reference/metadata-schemas.md index 6b4fe83..d68fbd6 100644 --- a/docs/reference/metadata-schemas.md +++ b/docs/reference/metadata-schemas.md @@ -103,4 +103,4 @@ The ERC-1155 metadata schema is very similar to the one proposed in ERC-721. Sin The most generally useful field is the `properties` object, which allows you to extend the schema with your own arbitrary properties without adding fields to the top-level namespace. -The other additional field, `decimals`, allows ERC-1155 tokens to be either fungible or non-fungible, depending on the developer's needs. For fungible tokens, you can set use the `decimals` field to indicate how to display the quantity of a fungible token in a user interface. +The other additional field, `decimals`, allows ERC-1155 tokens to be either fungible or non-fungible, depending on the developer's needs. For fungible tokens, you can set the `decimals` field to indicate how to display the quantity of a fungible token in a user interface.