docs: Fix capitalization mistakes.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-05-09 22:02:14 -07:00
committed by Tim Abbott
parent 41e8872b0f
commit 544bbd5398
161 changed files with 610 additions and 611 deletions

View File

@@ -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.