Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #280 from desimone/patch-1
Browse files Browse the repository at this point in the history
Fix typo in claims.go
  • Loading branch information
mbyczkowski committed Mar 2, 2020
2 parents 708a9fe + de6e97f commit 3c9f381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwt/claims.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func (n *NumericDate) Time() time.Time {
return time.Unix(int64(*n), 0)
}

// Audience represents the recipents that the token is intended for.
// Audience represents the recipients that the token is intended for.
type Audience []string

// UnmarshalJSON reads an audience from its JSON representation.
Expand Down

0 comments on commit 3c9f381

Please sign in to comment.