diff --git a/EIPS/eip-1155.md b/EIPS/eip-1155.md index e289d8a6..b5709d9c 100644 --- a/EIPS/eip-1155.md +++ b/EIPS/eip-1155.md @@ -281,7 +281,7 @@ An example of an ERC-1155 Metadata JSON file follows. The properties array propo #### Localization -Metadata localization should be standardized to increase presentation uniformity accross all languages. As such, a simple overlay method is proposed to enable localization. If the metadata JSON file contains a `localization` attribute, its content may be used to provide localized values for fields that need it. The `localization` attribute should be a sub-object with three attributes: `uri`, `default` and `locales`. If the string `{locale}` exists in any URI, it MUST be replaced with the chosen locale by all client software. +Metadata localization should be standardized to increase presentation uniformity across all languages. As such, a simple overlay method is proposed to enable localization. If the metadata JSON file contains a `localization` attribute, its content may be used to provide localized values for fields that need it. The `localization` attribute should be a sub-object with three attributes: `uri`, `default` and `locales`. If the string `{locale}` exists in any URI, it MUST be replaced with the chosen locale by all client software. #### JSON Schema