From e41d02fa52265766fd4273adbbda3dd765e854b4 Mon Sep 17 00:00:00 2001 From: jnicoulaud-ledger <102984500+jnicoulaud-ledger@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:53:22 +0200 Subject: [PATCH] chore: typos, file name fixes (#20) --- ...der copy.json => eip712-UniswapX-ExclusiveDutchOrder.json} | 0 specs/erc7730-v1.schema.json | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename registry/uniswap/{eip712-UniswapX-ExclusiveDutchOrder copy.json => eip712-UniswapX-ExclusiveDutchOrder.json} (100%) diff --git a/registry/uniswap/eip712-UniswapX-ExclusiveDutchOrder copy.json b/registry/uniswap/eip712-UniswapX-ExclusiveDutchOrder.json similarity index 100% rename from registry/uniswap/eip712-UniswapX-ExclusiveDutchOrder copy.json rename to registry/uniswap/eip712-UniswapX-ExclusiveDutchOrder.json diff --git a/specs/erc7730-v1.schema.json b/specs/erc7730-v1.schema.json index 72980706..eaaa2f2a 100644 --- a/specs/erc7730-v1.schema.json +++ b/specs/erc7730-v1.schema.json @@ -37,7 +37,7 @@ "main" : { "title": "Binding Context Section", "type": "object", - "description": "The binding context is a set constraints that are used to bind the ERC7730 file to a specific structured data being displayed. Currently, supported contexts include contract-specific constraints or EIP712 message specific constraints.", + "description": "The binding context is a set of constraints that are used to bind the ERC7730 file to a specific structured data being displayed. Currently, supported contexts include contract-specific constraints or EIP712 message specific constraints.", "properties": { "$id" : { @@ -475,7 +475,7 @@ }, "$ref": { "title": "Internal Definition", - "description": "An internal defintion that should be used as the field formatting defintion. The value is the key in the display definitions section, as a path expression $.display.definitions.DEFINITION_NAME.", + "description": "An internal definition that should be used as the field formatting definition. The value is the key in the display definitions section, as a path expression $.display.definitions.DEFINITION_NAME.", "type": "string" }, "params": {