Skip to content

Commit 5ec246c

Browse files
authored
docs: typo (#407)
1 parent 0123f1a commit 5ec246c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

token.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ func (t *Token) SignedString(key interface{}) (string, error) {
7575
}
7676

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

0 commit comments

Comments
 (0)