spelling: including

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2020-12-19 22:01:48 -05:00
parent 040abe5dc1
commit 91e153780d
1 changed files with 1 additions and 1 deletions

View File

@ -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()
}