Skip to content

Commit 5c4e596

Browse files
author
calmandniceperson
committed
Fix typo
1 parent 95e1bd4 commit 5c4e596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

middleware/jwt.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const (
5252
bearer = "Bearer"
5353
)
5454

55-
// Algorithims
55+
// Algorithms
5656
const (
5757
AlgorithmHS256 = "HS256"
5858
)

0 commit comments

Comments
 (0)