mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 03:41:58 +00:00
codespell: Fix typos caught by codespell.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -66,7 +66,7 @@ const welcome_bot = {
|
||||
people.add_cross_realm_user(welcome_bot);
|
||||
|
||||
function test_ui(label, f) {
|
||||
// The sloppy_$ flag lets us re-use setup from prior tests.
|
||||
// The sloppy_$ flag lets us reuse setup from prior tests.
|
||||
run_test(label, (helpers) => {
|
||||
$("#compose-textarea").val("some message");
|
||||
f(helpers);
|
||||
|
||||
Reference in New Issue
Block a user