Skip to content

Commit fd294ee

Browse files
Add a missing word
1 parent 2b5ac97 commit fd294ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Your email please: <input type="email" id="input">
4949
</script>
5050
```
5151

52-
Modern HTML allows to do many validations using input attributes: `required`, `pattern` and so on. And sometimes they are just what we need. JavaScript can be used when we want more flexibility. Also we could automatically send the changed value to the server if it's correct.
52+
Modern HTML allows us to do many validations using input attributes: `required`, `pattern` and so on. And sometimes they are just what we need. JavaScript can be used when we want more flexibility. Also we could automatically send the changed value to the server if it's correct.
5353

5454

5555
## Methods focus/blur

0 commit comments

Comments
 (0)