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

Commit

Permalink
typo fix (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmfarrell authored and kazupon committed Apr 30, 2016
1 parent c9dc260 commit adb206c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/en/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ new Vue({

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

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

```html
<div id="app">
Expand Down

0 comments on commit adb206c

Please sign in to comment.