From 683f1b490b3e874fb45d3b47856fd1502417798a Mon Sep 17 00:00:00 2001 From: "fuder.eth" <139509124+vtjl10@users.noreply.github.com> Date: Sun, 15 Dec 2024 14:51:51 +0100 Subject: [PATCH] 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 e18529f..f6462ad 100644 --- a/docs/developers/frames/v2/notifications_webhooks.md +++ b/docs/developers/frames/v2/notifications_webhooks.md @@ -162,7 +162,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`)