mirror of
https://github.com/twofas/2fas-server.git
synced 2024-12-24 01:50:24 +01:00
fix typo
This commit is contained in:
parent
9745ffa796
commit
a84eb70f99
@ -29,7 +29,7 @@ func NewInternalServerError(err error) error {
|
||||
return &ApiError{
|
||||
Code: http.StatusInternalServerError,
|
||||
Type: "InternalServerError",
|
||||
Description: "Unexpected condition was encounteredn",
|
||||
Description: "Unexpected condition was encountered",
|
||||
Reason: err.Error(),
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user