Skip to content

Commit 7469922

Browse files
authored
Merge pull request #1604 from huyenltnguyen/huyenltnguyen-patch-1
Add a missing word
2 parents d3f2e8f + fd294ee commit 7469922

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)