Skip to content

Commit a9371f9

Browse files
committed
'to let SDK decide' -> 'to let the SDK decide'
1 parent aca631f commit a9371f9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/firestore/src/api/index_configuration.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export {
3838
* A single field element in an index configuration.
3939
*
4040
* @deprecated Instead of creating cache indexes manually, consider using
41-
* `enablePersistentCacheIndexAutoCreation()` to let SDK decide whether to
41+
* `enablePersistentCacheIndexAutoCreation()` to let the SDK decide whether to
4242
* create cache indexes for queries running locally.
4343
*
4444
* @beta
@@ -68,7 +68,7 @@ export interface IndexField {
6868
* The SDK definition of a Firestore index.
6969
*
7070
* @deprecated Instead of creating cache indexes manually, consider using
71-
* `enablePersistentCacheIndexAutoCreation()` to let SDK decide whether to
71+
* `enablePersistentCacheIndexAutoCreation()` to let the SDK decide whether to
7272
* create cache indexes for queries running locally.
7373
*
7474
* @beta
@@ -89,7 +89,7 @@ export interface Index {
8989
* for a description of the format of the index definition.
9090
*
9191
* @deprecated Instead of creating cache indexes manually, consider using
92-
* `enablePersistentCacheIndexAutoCreation()` to let SDK decide whether to
92+
* `enablePersistentCacheIndexAutoCreation()` to let the SDK decide whether to
9393
* create cache indexes for queries running locally.
9494
*
9595
* @beta
@@ -121,7 +121,7 @@ export interface IndexConfiguration {
121121
* configured.
122122
*
123123
* @deprecated Instead of creating cache indexes manually, consider using
124-
* `enablePersistentCacheIndexAutoCreation()` to let SDK decide whether to
124+
* `enablePersistentCacheIndexAutoCreation()` to let the SDK decide whether to
125125
* create cache indexes for queries running locally.
126126
*
127127
* @beta
@@ -157,7 +157,7 @@ export function setIndexConfiguration(
157157
* configured.
158158
*
159159
* @deprecated Instead of creating cache indexes manually, consider using
160-
* `enablePersistentCacheIndexAutoCreation()` to let SDK decide whether to
160+
* `enablePersistentCacheIndexAutoCreation()` to let the SDK decide whether to
161161
* create cache indexes for queries running locally.
162162
*
163163
* @beta

0 commit comments

Comments
 (0)