Browse Source

Fix typo

pull/1275/head
Cosmin Cojocar 7 years ago
parent
commit
6531b256e2
  1. 2
      api/api.proto

2
api/api.proto

@ -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) {};

Loading…
Cancel
Save