Update setup-firestore.md

Fixed typo where the word should be Firestore not Firestone.
This commit is contained in:
Donovan Brown 2021-10-17 18:08:35 -05:00 committed by GitHub
parent 5fb93fd3c5
commit 513d8c7630
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ The above example uses secrets as plain strings. It is recommended to use a secr
| client_x509_cert_url | Y | The client certificate URL | `"https://www.googleapis.com/robot/v1/metadata/x509/x"`
| entity_kind | N | The entity name in Filestore. Defaults to `"DaprState"` | `"DaprState"`
## Setup GCP Firestone
## Setup GCP Firestore
{{< tabs "Self-Hosted" "Google Cloud" >}}