Skip to content

Commit 47208d5

Browse files
Fix bad list asterisk in quota docs (#12862) (#21040)
[upstream:1d8eac0a73594720baf27dc1978d4eab1b2e8cd8] Signed-off-by: Modular Magician <[email protected]>
1 parent 50490ca commit 47208d5

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.changelog/12862.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
```release-note:none
2+
```

website/docs/guides/provider_reference.html.markdown

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,11 @@ variable.
181181

182182
## Quota Management Configuration
183183

184-
* `user_project_override` - (Optional) Defaults to `false`. Controls the [quota project](https://cloud.google.com/docs/quotas/quota-project)
185-
* used in requests to GCP APIs for the purpose of preconditions, quota,
186-
and billing. If `false`, the quota project is determined by the API and may be
187-
the project associated with your credentials for a
184+
* `user_project_override` - (Optional) Defaults to `false`. Controls the
185+
[quota project](https://cloud.google.com/docs/quotas/quota-project) used
186+
in requests to GCP APIs for the purpose of preconditions, quota, and
187+
billing. If `false`, the quota project is determined by the API and may
188+
be the project associated with your credentials for a
188189
[client-based API](https://cloud.google.com/docs/quotas/quota-project#project-client-based),
189190
or the resource project for a
190191
[resource-based API](https://cloud.google.com/docs/quotas/quota-project#project-resource-based).

0 commit comments

Comments
 (0)