Skip to content

Commit dce6b0d

Browse files
Update article.md
1 parent 840c88d commit dce6b0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

2-ui/4-forms-controls/2-focus-blur/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
4343
*!*input.onfocus*/!* = function() {
4444
if (this.classList.contains('invalid')) {
45-
// remove the "error" indication, because the user wants to re-enter something
45+
// را پاک می‌کند، چون کاربر می‌خواهد دوباره چیزی را وارد کند error علامت
4646
this.classList.remove('invalid');
4747
error.innerHTML = "";
4848
}

0 commit comments

Comments
 (0)