Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
Fix typos in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Cook committed Nov 8, 2018
1 parent ed17e37 commit 441b0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwt.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Package jwt is a barebones JWT implementation that supports just the bare necessities.
package jwt

// Header containins important information for encrypting / decryting
// Header contains important information for encrypting / decrypting
type Header struct {
Typ string `json:"typ"` // Token Type
Alg string `json:"alg"` // Message Authentication Code Algorithm - The issuer can freely set an algorithm to verify the signature on the token. However, some asymmetrical algorithms pose security concerns
Expand Down

0 comments on commit 441b0fe

Please sign in to comment.