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

@@ -1675,7 +1675,7 @@ class StreamMessagesTest(ZulipTestCase):
cordelia = self.example_user("cordelia")
hamlet = self.example_user("hamlet")
stream_name = "Test Stream"
stream_name = "Test stream"
self.subscribe(hamlet, stream_name)
@@ -1715,7 +1715,7 @@ class StreamMessagesTest(ZulipTestCase):
hamlet = self.example_user("hamlet")
realm = hamlet.realm
stream_name = "Test Stream"
stream_name = "Test stream"
self.subscribe(hamlet, stream_name)