codespell: Fix spelling mistakes caught by codespell.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2024-05-31 14:06:32 -07:00
committed by Anders Kaseorg
parent 8aea76448f
commit e53e3af0f6
7 changed files with 10 additions and 8 deletions

View File

@@ -468,7 +468,7 @@ function open_edit_form_modal(this: HTMLElement): void {
const $profile_field_form = $("#edit-custom-profile-field-form-" + field_id);
// If it exceeds or equals the max limit, we are disabling option for display custom
// profile field on user card and adding tooptip, unless the field is already checked.
// profile field on user card and adding tooltip, unless the field is already checked.
if (display_in_profile_summary_fields_limit_reached && !field.display_in_profile_summary) {
$profile_field_form
.find("input[name=display_in_profile_summary]")