From 811c7b46155be26b976286cf50f75f014715ae48 Mon Sep 17 00:00:00 2001 From: markarndt <50713862+markarndt@users.noreply.github.com> Date: Wed, 18 Jan 2023 16:03:56 -0800 Subject: [PATCH] Fix typo. (#5439) --- src/firestore/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/firestore/README.md b/src/firestore/README.md index bdc86baed8f..74e87ac9282 100644 --- a/src/firestore/README.md +++ b/src/firestore/README.md @@ -61,7 +61,7 @@ The schema for one object in the `fieldOverrides` array is as follows. Optional Note that Cloud Firestore document fields can only be indexed in one [mode](https://firebase.google.com/docs/firestore/query-data/index-overview#index_modes), thus a field object cannot contain both the `order` and `arrayConfig` properties. -For more information about time-to-live (TTL) policies review the [official documention](https://cloud.google.com/firestore/docs/ttl). +For more information about time-to-live (TTL) policies review the [official documentation](https://cloud.google.com/firestore/docs/ttl). ```javascript collectionGroup: string // Labeled "Collection ID" in the Firebase console