diff --git a/firestore-bigquery-export/README.md b/firestore-bigquery-export/README.md index e1b72307c..8bbcc5a60 100644 --- a/firestore-bigquery-export/README.md +++ b/firestore-bigquery-export/README.md @@ -122,7 +122,7 @@ To install an extension, your project must be on the [Blaze (pay as you go) plan * BigQuery Dataset location: Where do you want to deploy the BigQuery dataset created for this extension? For help selecting a location, refer to the [location selection guide](https://cloud.google.com/bigquery/docs/locations). -* BigQuery Project ID: Override the default project for BigQuery instance. This can allow updates to be directed to a BigQuery instance on another GCP project. +* BigQuery Project ID: Override the default project for BigQuery instance. This can allow updates to be directed to to a BigQuery instance on another GCP project. * Collection path: What is the path of the collection that you would like to export? You may use `{wildcard}` notation to match a subcollection of all documents in a collection (for example: `chatrooms/{chatid}/posts`). Parent Firestore Document IDs from `{wildcards}` can be returned in `path_params` as a JSON formatted string. diff --git a/firestore-bigquery-export/extension.yaml b/firestore-bigquery-export/extension.yaml index 0ffa963e5..d7138b280 100644 --- a/firestore-bigquery-export/extension.yaml +++ b/firestore-bigquery-export/extension.yaml @@ -174,8 +174,8 @@ params: - param: BIGQUERY_PROJECT_ID label: BigQuery Project ID description: >- - Override the default project bigquery instance. This can allow updates to - be directed to to a BigQuery instance on another GCP project. + Override the default project for BigQuery instance. This can allow updates + to be directed to to a BigQuery instance on another GCP project. type: string default: ${PROJECT_ID} required: true