Skip to content

Commit

Permalink
docs: typo (golang-jwt#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvii authored Sep 6, 2024
1 parent 0123f1a commit 5ec246c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion token.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func (t *Token) SignedString(key interface{}) (string, error) {
}

// SigningString generates the signing string. This is the most expensive part
// of the whole deal. Unless you need this for something special, just go
// of the whole deal. Unless you need this for something special, just go
// straight for the SignedString.
func (t *Token) SigningString() (string, error) {
h, err := json.Marshal(t.Header)
Expand Down

0 comments on commit 5ec246c

Please sign in to comment.