mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
docs: Fix many spelling mistakes.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
d8f4e0ffb9
commit
b0ce4f1bce
@@ -114,7 +114,7 @@ export function initialize() {
|
||||
update_reply_recipient_label();
|
||||
});
|
||||
|
||||
// Click handlers for buttons in the compose compose box.
|
||||
// Click handlers for buttons in the compose box.
|
||||
$("body").on("click", ".compose_stream_button", () => {
|
||||
compose_actions.start("stream", {trigger: "new topic button"});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user