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

Fix typo in claims.go #280

Merged
merged 1 commit into from
Mar 2, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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