Skip to content

Commit

Permalink
docs: typo
Browse files Browse the repository at this point in the history
Remove a duplicate space.
  • Loading branch information
kvii authored Sep 5, 2024
1 parent f961c72 commit 2da7e8e
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 2da7e8e

Please sign in to comment.