Skip to content

Commit 8eb6473

Browse files
tinaliangjoehan
authored andcommitted
Tl typo (#328)
* fix typo * back to ext
1 parent e3e3239 commit 8eb6473

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

firestore-bigquery-export/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
* Deployment location: *Where should the extension be deployed? You usually want a location close to your database. For help selecting a location, refer to the [location selection guide](https://firebase.google.com/docs/functions/locations#selecting_regions_for_firestore_and_storage).*
1212

13-
* Collection path: *What is the path of the the collection that you would like to export?*
13+
* Collection path: *What is the path of the collection that you would like to export?*
1414

1515
* Dataset ID: *What ID would you like to use for your BigQuery dataset? This extension will create the dataset, if it doesn't already exist.*
1616

firestore-bigquery-export/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ params:
8585
type: string
8686
label: Collection path
8787
description: >-
88-
What is the path of the the collection that you would like to export?
88+
What is the path of the collection that you would like to export?
8989
default: extensions
9090
example: extensions
9191
validationRegex: "^[^/]+(/[^/]+/[^/]+)*$"

0 commit comments

Comments
 (0)