Skip to content

Commit

Permalink
Update files/en-us/web/api/validitystate/customerror/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
teoli2003 and github-actions[bot] committed Dec 20, 2023
1 parent e44456c commit c14e74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/validitystate/customerror/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ confirmElement.addEventListener("change", () => {
confirmElement.setCustomValidity(
confirmElement.value != originalElement.value
? "Both email addresses must match."
: ""
: "",
);
});

Expand Down

0 comments on commit c14e74c

Please sign in to comment.