From 513d8c7630436d1f3689ef7dcb3cc01ead870576 Mon Sep 17 00:00:00 2001 From: Donovan Brown Date: Sun, 17 Oct 2021 18:08:35 -0500 Subject: [PATCH] Update setup-firestore.md Fixed typo where the word should be Firestore not Firestone. --- .../supported-state-stores/setup-firestore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-firestore.md b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-firestore.md index 10a964aa6..2ea52382e 100644 --- a/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-firestore.md +++ b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-firestore.md @@ -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" >}}