From 1f629bce5b3646184f4e7315c9570ba988b060de Mon Sep 17 00:00:00 2001 From: compusophy <79760496+compusophy@users.noreply.github.com> Date: Wed, 11 Dec 2024 21:49:09 -0700 Subject: [PATCH] minor typo - Update notifications_webhooks.md --- docs/developers/frames/v2/notifications_webhooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developers/frames/v2/notifications_webhooks.md b/docs/developers/frames/v2/notifications_webhooks.md index c04b66a..92f78fd 100644 --- a/docs/developers/frames/v2/notifications_webhooks.md +++ b/docs/developers/frames/v2/notifications_webhooks.md @@ -156,7 +156,7 @@ export type FrameLocationNotificationContext = { ## Listen for webhooks to get updates -Farcast clients will POST events to your `webhookUrl` informing you when a user: +Farcaster clients will POST events to your `webhookUrl` informing you when a user: - Adds the frame to the client (`frame_added`) - Removes the frame from the client which disables notifications (`frame_removed`)