diff --git a/api_docs/incoming-webhooks-walkthrough.md b/api_docs/incoming-webhooks-walkthrough.md index ec9cd14868..376d299f25 100644 --- a/api_docs/incoming-webhooks-walkthrough.md +++ b/api_docs/incoming-webhooks-walkthrough.md @@ -185,7 +185,7 @@ to a URL. This is done in `zerver/lib/integrations.py`. Look for the lines beginning with: ```python -WEBHOOK_INTEGRATIONS = [ +WEBHOOK_INTEGRATIONS: List[WebhookIntegration] = [ ``` And you'll find the entry for Hello World: