Skip to content

Commit 4626899

Browse files
committed
fix typo
1 parent 00133fa commit 4626899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ type (
4949
// ExtensionFieldsHandler in response to the access token with the extension of the field
5050
ExtensionFieldsHandler func(ti oauth2.TokenInfo) (fieldsValue map[string]interface{})
5151

52-
// ResponseTokenHandler response token handing
52+
// ResponseTokenHandler response token handling
5353
ResponseTokenHandler func(w http.ResponseWriter, data map[string]interface{}, header http.Header, statusCode ...int) error
5454
)
5555

0 commit comments

Comments
 (0)