Skip to content

Commit

Permalink
corrected checkFieldForError example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
pusherman authored Apr 15, 2017
1 parent e51396f commit 63560d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Vue.component('user-registration-form', {

methods: {
checkFieldForError(field) {
return this.userRegistrationForm.errors.has('field');
return this.userRegistrationForm.errors.has(field);
}
}

Expand Down

0 comments on commit 63560d9

Please sign in to comment.