From d2355bf3068e208034d5c3287b177b828bbd7152 Mon Sep 17 00:00:00 2001 From: Hack666r Date: Sun, 5 Jan 2025 18:07:10 +0100 Subject: [PATCH] Typo fix Update contracts.md --- docs/learn/architecture/contracts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/learn/architecture/contracts.md b/docs/learn/architecture/contracts.md index 7d21a64d..2a961bd8 100644 --- a/docs/learn/architecture/contracts.md +++ b/docs/learn/architecture/contracts.md @@ -32,4 +32,4 @@ The Storage Registry lets accounts rent [storage](../what-is-farcaster/messages. ### Key Registry -The Key Registry lets accounts issue keys to apps, so that they can publish messages on their behalf. Keys can be added or removed at any time. To add a key, an account must submit the public key of an EdDSA key pair along with a requestor signature. The requestor can be the account itself or an app that wants to operate on its behalf. +The Key Registry lets accounts issue keys to apps, so that they can publish messages on their behalf. Keys can be added or removed at any time. To add a key, an account must submit the public key of an EdDSA key pair along with a requestor signature. The requester can be the account itself or an app that wants to operate on its behalf.