Fix typo
This commit is contained in:
parent
9926a0dced
commit
6531b256e2
@ -153,7 +153,7 @@ message RevokeRefreshResp {
|
|||||||
service Dex {
|
service Dex {
|
||||||
// CreateClient creates a client.
|
// CreateClient creates a client.
|
||||||
rpc CreateClient(CreateClientReq) returns (CreateClientResp) {};
|
rpc CreateClient(CreateClientReq) returns (CreateClientResp) {};
|
||||||
// UpdateClient updates an exisitng client
|
// UpdateClient updates an existing client
|
||||||
rpc UpdateClient(UpdateClientReq) returns (UpdateClientResp) {};
|
rpc UpdateClient(UpdateClientReq) returns (UpdateClientResp) {};
|
||||||
// DeleteClient deletes the provided client.
|
// DeleteClient deletes the provided client.
|
||||||
rpc DeleteClient(DeleteClientReq) returns (DeleteClientResp) {};
|
rpc DeleteClient(DeleteClientReq) returns (DeleteClientResp) {};
|
||||||
|
Reference in New Issue
Block a user