This commit is contained in:
Cosmin Cojocar 2018-11-12 17:34:13 +01:00
parent 9926a0dced
commit 6531b256e2
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ message RevokeRefreshResp {
service Dex {
// CreateClient creates a client.
rpc CreateClient(CreateClientReq) returns (CreateClientResp) {};
// UpdateClient updates an exisitng client
// UpdateClient updates an existing client
rpc UpdateClient(UpdateClientReq) returns (UpdateClientResp) {};
// DeleteClient deletes the provided client.
rpc DeleteClient(DeleteClientReq) returns (DeleteClientResp) {};