spelling: including
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
040abe5dc1
commit
91e153780d
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ import (
|
||||||
type apiClient struct {
|
type apiClient struct {
|
||||||
// Embedded gRPC client to talk to the server.
|
// Embedded gRPC client to talk to the server.
|
||||||
api.DexClient
|
api.DexClient
|
||||||
// Close releases resources associated with this client, includuing shutting
|
// Close releases resources associated with this client, including shutting
|
||||||
// down the background server.
|
// down the background server.
|
||||||
Close func()
|
Close func()
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue