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

Commit

Permalink
Merge pull request #155 from danielwaghorn/dev
Browse files Browse the repository at this point in the history
Fix spelling
  • Loading branch information
kazupon committed Feb 5, 2016
2 parents b90fe62 + 7197830 commit 144bf90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -663,8 +663,8 @@ You can be handled the event that has occured in the various top-level validatio
<input type="text"
v-validate:username="['required']"/>
</div>
<div class="passowrd-field">
<label for="passowrd">passowrd:</label>
<div class="password-field">
<label for="password">password:</label>
<input type="password"
v-validate:password="{ required: true, minlength: 8 }"/>
</div>
Expand Down

0 comments on commit 144bf90

Please sign in to comment.