From 7905da0e471d671657a44110e7b3c269b07546e6 Mon Sep 17 00:00:00 2001 From: Hanzel Anchia Mena <33629234+hanzel98@users.noreply.github.com> Date: Thu, 20 Feb 2025 18:00:33 -0600 Subject: [PATCH] Deleted typo Co-authored-by: jeffsmale90 <6363749+jeffsmale90@users.noreply.github.com> --- documents/DeleGatorCore.md | 1 - 1 file changed, 1 deletion(-) diff --git a/documents/DeleGatorCore.md b/documents/DeleGatorCore.md index f151c5e..c97cd69 100644 --- a/documents/DeleGatorCore.md +++ b/documents/DeleGatorCore.md @@ -26,4 +26,3 @@ Contracts that extend the DeleGatorCore contract MUST use [EIP712](https://eips. - DeleGator Implementations SHOULD implement a function to clear the storage related to the account's signer configuration, inside the function `_clearDeleGatorStorage`. > NOTE: If a DeleGator Implementation implements `reinitialize` it SHOULD gate the method to `onlySelf` to ensure no one can unexpectedly take over the DeleGator. -> c