From 0513f3aba059db569eb5976309c38722910ff10e Mon Sep 17 00:00:00 2001 From: Hadrien Croubois Date: Mon, 16 Dec 2024 18:18:51 +0100 Subject: [PATCH] spelling --- contracts/account/draft-Account.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/account/draft-Account.sol b/contracts/account/draft-Account.sol index c0cf72cc..807d66aa 100644 --- a/contracts/account/draft-Account.sol +++ b/contracts/account/draft-Account.sol @@ -8,7 +8,7 @@ import {ERC7739Signer} from "../utils/cryptography/draft-ERC7739Signer.sol"; import {AccountCore} from "./draft-AccountCore.sol"; /** - * @dev Extention of {AccountCore} with recommanded feature that most account abstraction implementation will want: + * @dev Extension of {AccountCore} with recommended feature that most account abstraction implementation will want: * * * {ERC721Holder} for ERC-721 token handling * * {ERC1155Holder} for ERC-1155 token handling