Skip to content

Commit 6b36371

Browse files
Google APIscopybara-github
authored andcommitted
docs: Correct typo in comment for field quota_id
PiperOrigin-RevId: 859139909
1 parent 87e3579 commit 6b36371

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

google/api/cloudquotas/v1/resources.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ message QuotaInfo {
7474
// `projects/123/locations/global/services/compute.googleapis.com/quotaInfos/CpusPerProjectPerRegion`
7575
string name = 1;
7676

77-
// The id of the quota, which is unquie within the service.
77+
// The id of the quota, which is unique within the service.
7878
// Example: `CpusPerProjectPerRegion`
7979
string quota_id = 2;
8080

google/api/cloudquotas/v1beta/resources.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ message QuotaInfo {
7474
// `projects/123/locations/global/services/compute.googleapis.com/quotaInfos/CpusPerProjectPerRegion`
7575
string name = 1;
7676

77-
// The id of the quota, which is unquie within the service.
77+
// The id of the quota, which is unique within the service.
7878
// For example, `CpusPerProjectPerRegion`
7979
string quota_id = 2;
8080

0 commit comments

Comments
 (0)