From dba0d024d7bd1989dc90200cc3920c41cbee4995 Mon Sep 17 00:00:00 2001 From: CedarMist <134699267+CedarMist@users.noreply.github.com> Date: Tue, 10 Oct 2023 09:34:36 +0100 Subject: [PATCH] Update docs/dapp/sapphire/authentication.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Matevž Jekovec --- docs/dapp/sapphire/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dapp/sapphire/authentication.md b/docs/dapp/sapphire/authentication.md index 8b2230eef3..14c9bf0620 100644 --- a/docs/dapp/sapphire/authentication.md +++ b/docs/dapp/sapphire/authentication.md @@ -201,7 +201,7 @@ const signature = await eth.signer._signTypedData({ }); const rsv = ethers.utils.splitSignature(signature); const auth = {user, time, rsv}; -// The `auth` variable can then be cached +// The `auth` variable can then be cached. // Then in the future, authenticated view calls can be performed by // passing auth without further user interaction authenticated data