Skip to content
This repository was archived by the owner on Dec 25, 2017. It is now read-only.

Commit adb206c

Browse files
rmfarrellkazupon
authored andcommitted
typo fix (#203)
1 parent c9dc260 commit adb206c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/en/events.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ new Vue({
7272

7373
You can be handled the event that has occured in the various top-level validation properties:
7474

75-
- `valid`: occure when validation result of **top-level** became valid
76-
- `invalid`: occure when validation result of **top-level** became invalid
77-
- `touched`: occure when **top-level** detected `blur` at least once
78-
- `dirty`: occure when the value of **top-level** changed from initial value at least once
79-
- `modified`: occure when the value of **top-level** changed from initial value
75+
- `valid`: occurs when validation result of **top-level** became valid
76+
- `invalid`: occurs when validation result of **top-level** became invalid
77+
- `touched`: occurs when **top-level** detected `blur` at least once
78+
- `dirty`: occurs when the value of **top-level** changed from initial value at least once
79+
- `modified`: occurs when the value of **top-level** changed from initial value
8080

8181
```html
8282
<div id="app">

0 commit comments

Comments
 (0)