minor typo

This commit is contained in:
Jeff Rouse 2017-06-07 17:13:34 -07:00 committed by GitHub
parent 6c8dedd55f
commit b425822dfa
1 changed files with 2 additions and 2 deletions

View File

@ -82,4 +82,4 @@ Without going too far down the rabbit hole, here's a description of the interact
Documentation can be found [on godoc.org](http://godoc.org/github.com/dgrijalva/jwt-go).
The command line utility included in this project (cmd/jwt) provides a straightforward example of token creation and parsing as well as a useful tool for debugging your own integration. You'll also find several implementation examples in to documentation.
The command line utility included in this project (cmd/jwt) provides a straightforward example of token creation and parsing as well as a useful tool for debugging your own integration. You'll also find several implementation examples in the documentation.