docs: Fix grammar errors found by mwic.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2023-10-09 12:28:43 -07:00
committed by Anders Kaseorg
parent 7807bff526
commit 835ee69c80
30 changed files with 33 additions and 33 deletions

View File

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