diff --git a/apps/browser/src/autofill/services/inline-menu-field-qualification.service.ts b/apps/browser/src/autofill/services/inline-menu-field-qualification.service.ts index df467224e13..84e0d4614e8 100644 --- a/apps/browser/src/autofill/services/inline-menu-field-qualification.service.ts +++ b/apps/browser/src/autofill/services/inline-menu-field-qualification.service.ts @@ -102,7 +102,7 @@ export class InlineMenuFieldQualificationService return true; } - // If the field has a form parent a no username field exists and the field has an + // If the field has a form parent and no username field exists and the field has an // autocomplete attribute set to "off" or "false", this is not a password field return !this.autocompleteDisabledValues.has(field.autoCompleteType); }