Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anekkanti committed Nov 13, 2023
1 parent 3a42b37 commit a4b3651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion temporal/api/cloud/cloudservice/v1/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ service CloudService {
}

// Get all regions
rpc GetRegions (GetRegionsRequest) returns (GetRegionsResponse) {
rpc GetRegions (GetRegionsRequest) returns (GetRegionsResponse) {
option (google.api.http) = {
get: "/api/v1/regions",
};
Expand Down

0 comments on commit a4b3651

Please sign in to comment.