Skip to content

Commit 14721c7

Browse files
Update comment in trim-username.js
1 parent 43835fc commit 14721c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/view/frontend/web/js/trim-username.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ define([
2121
*/
2222
_create: function () {
2323
// We need to look outside the module for backward compatibility, since someone can already use the module.
24-
// @todo Narrow this selector in 2.3 so it doesn't accidentally finds the the email field from the
24+
// @todo Narrow this selector in 2.3 so it doesn't accidentally finds the email field from the
2525
// newsletter email field or any other "email" field.
2626
this.options.cache.email = $(this.options.formSelector).find(this.options.emailSelector);
2727
this._bind();

0 commit comments

Comments
 (0)