1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-12 01:22:21 +02:00
This commit is contained in:
Michael Köppl 2016-12-09 18:05:40 +01:00 committed by Vishal Rana
parent 95e1bd485f
commit f0b235c108

View File

@ -52,7 +52,7 @@ const (
bearer = "Bearer"
)
// Algorithims
// Algorithms
const (
AlgorithmHS256 = "HS256"
)