typos: Fix typos caught by mwic.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2024-05-20 13:16:21 -07:00
committed by Anders Kaseorg
parent 38cae070ed
commit b545abe1e2
30 changed files with 34 additions and 34 deletions

View File

@@ -2,7 +2,7 @@
Outgoing webhooks allow you to build or set up Zulip integrations
which are notified when certain types of messages are sent in
Zulip. When one of those events is triggered, we'll send a HTTP POST
Zulip. When one of those events is triggered, we'll send an HTTP POST
payload to the webhook's configured URL. Webhooks can be used to
power a wide range of Zulip integrations. For example, the
[Zulip Botserver][zulip-botserver] is built on top of this API.