Skip to content

Commit

Permalink
Fix typo. (#5439)
Browse files Browse the repository at this point in the history
  • Loading branch information
markarndt authored Jan 19, 2023
1 parent 661b3aa commit 811c7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/firestore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 811c7b4

Please sign in to comment.