fix typos in comments

This commit is contained in:
Corentin Sechet 2023-04-17 17:30:50 +02:00
parent f136682e42
commit 1ead5f0631
1 changed files with 1 additions and 1 deletions

View File

@ -877,7 +877,7 @@ const LiveValidation = (function(){
// Check if field is already on error
if (this.widget.classList.contains(this.errorClass)) {
this.hasError = true;
// Check if error element exist allready
// Check if error element exist already
const existingErrorEl = document.getElementById(this.errorEl.id)
if (existingErrorEl)
this.errorEl = existingErrorEl;