diff --git a/server/api_test.go b/server/api_test.go index 268bf3ee..e7725063 100644 --- a/server/api_test.go +++ b/server/api_test.go @@ -23,7 +23,7 @@ import ( type apiClient struct { // Embedded gRPC client to talk to the server. api.DexClient - // Close releases resources associated with this client, includuing shutting + // Close releases resources associated with this client, including shutting // down the background server. Close func() }