From 3d78566b148b16a58a12c011edecb07fc99c2f85 Mon Sep 17 00:00:00 2001 From: oliveredget <188809800+oliveredget@users.noreply.github.com> Date: Tue, 24 Dec 2024 23:31:23 +0800 Subject: [PATCH] Update ERC-7555: fix typo Merged by EIP-Bot. --- ERCS/erc-7555.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ERCS/erc-7555.md b/ERCS/erc-7555.md index 88d666f1fa..d8e25bf210 100644 --- a/ERCS/erc-7555.md +++ b/ERCS/erc-7555.md @@ -41,7 +41,7 @@ The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "S ### Definitions - **Smart account** - An ERC-4337 compliant smart contract account that has a modular architecture. -- **Domain** - A string of text acting as an identification to a server or wesbite (eg: `ethereum.org` or `ABCDE12345.com.example.app`). +- **Domain** - A string of text acting as an identification to a server or website (eg: `ethereum.org` or `ABCDE12345.com.example.app`). - **EOA** - Accounts that are controlled by a single private key. - **Provider** - A third party service provider that is able to authenticate a user and produce a keypair for the user.