mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 21:48:30 +00:00
docs: Fix capitalization mistakes.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
41e8872b0f
commit
544bbd5398
@@ -84,7 +84,7 @@ def check_send_webhook_message(
|
||||
assert user_profile.bot_owner is not None
|
||||
check_send_private_message(user_profile, request.client, user_profile.bot_owner, body)
|
||||
else:
|
||||
# Some third-party websites (such as Atlassian's JIRA), tend to
|
||||
# Some third-party websites (such as Atlassian's Jira), tend to
|
||||
# double escape their URLs in a manner that escaped space characters
|
||||
# (%20) are never properly decoded. We work around that by making sure
|
||||
# that the URL parameters are decoded on our end.
|
||||
|
||||
Reference in New Issue
Block a user