typos: Fix typos caught by typos and mwic.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2024-12-24 18:47:02 -08:00
committed by Anders Kaseorg
parent ed6dc25710
commit 58822372d5
14 changed files with 21 additions and 21 deletions

View File

@@ -526,7 +526,7 @@ The long-term plan for this bot system is to allow the same
* Run directly using the Zulip `call_on_each_message` API, which is
how the implementation above works. This is great for quick
development with minimal setup.
* Run in a simple Python webserver server, processing messages
* Run in a simple Python web server, processing messages
received from Zulip's outgoing webhooks integration.
* For bots merged into the mainline Zulip codebase, enabled via a
button in the Zulip web UI, with no code deployment effort required.