Merge pull request #195 from svanscho/readme-typo

Fixed small typo in code snippet
This commit is contained in:
Les Hazlewood 2016-12-15 09:37:41 -08:00 committed by GitHub
commit 5c0cfdc897
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ try {
} catch (IncorrectClaimException) {
// we get here if ther required claim has the wrong value
// we get here if the required claim has the wrong value
}
```