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

Commit 3c9f381

Browse files
authored
Merge pull request #280 from desimone/patch-1
Fix typo in claims.go
2 parents 708a9fe + de6e97f commit 3c9f381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jwt/claims.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ func (n *NumericDate) Time() time.Time {
8080
return time.Unix(int64(*n), 0)
8181
}
8282

83-
// Audience represents the recipents that the token is intended for.
83+
// Audience represents the recipients that the token is intended for.
8484
type Audience []string
8585

8686
// UnmarshalJSON reads an audience from its JSON representation.

0 commit comments

Comments
 (0)