From ee876766a0f0f4601889e4a78fa6be863e0d24d0 Mon Sep 17 00:00:00 2001 From: Ross Savage Date: Wed, 10 Apr 2024 09:49:39 +0200 Subject: [PATCH] Fix typo --- src/notifications/using_webhooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notifications/using_webhooks.md b/src/notifications/using_webhooks.md index 8f24411e..ec11d4ea 100644 --- a/src/notifications/using_webhooks.md +++ b/src/notifications/using_webhooks.md @@ -2,7 +2,7 @@ ## Registering a Webhook -Once your vendor [NDS is set up](setup_nds.md) and can accept POST requests from the SDK services, you can within your mail application register the webhook URL with the Breez SDK by calling the register webhook API as follows: +Once your vendor [NDS is set up](setup_nds.md) and can accept POST requests from the SDK services, you can within your main application register the webhook URL with the Breez SDK by calling the register webhook API as follows:
Rust