Skip to content

Commit

Permalink
Merge pull request #15 from International/patch-1
Browse files Browse the repository at this point in the history
Fix typo in doc
  • Loading branch information
bjrmatos authored Apr 8, 2017
2 parents 456bcd9 + 5c9dd42 commit af15aee
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 @@ -336,7 +336,7 @@ function isTheUltimateAnswer(propertyName) {
// actual object you want to validate
return function(subject) {
var value = subject[propertyName]
var isAwnser = value === 42
var isAnswer = value === 42

// Make sure your function returns `result`, `message`
// and `field`
Expand Down

0 comments on commit af15aee

Please sign in to comment.