mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
docs: Fix grammar errors found by mwic.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Anders Kaseorg
parent
7807bff526
commit
835ee69c80
@@ -405,7 +405,7 @@ export function initialize() {
|
||||
});
|
||||
|
||||
$("#streams_overlay_container").on("keypress", "#change_stream_description", (e) => {
|
||||
// Stream descriptions can not be multiline, so disable enter key
|
||||
// Stream descriptions cannot be multiline, so disable enter key
|
||||
// to prevent new line
|
||||
if (keydown_util.is_enter_event(e)) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user