Skip to content

Commit b49664d

Browse files
committed
Fix grammar error
1 parent f49555c commit b49664d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firebase-firestore/src/main/java/com/google/firebase/firestore/FirebaseFirestore.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,8 +356,8 @@ public FirebaseApp getApp() {
356356
* @return A task that resolves once all indices are successfully configured.
357357
* @throws IllegalArgumentException if the JSON format is invalid
358358
* @deprecated Instead of creating cache indexes manually, consider using {@link
359-
* PersistentCacheIndexManager#enableIndexAutoCreation()} to let SDK decide whether cache
360-
* indexed should be created for query running locally.
359+
* PersistentCacheIndexManager#enableIndexAutoCreation()} to let SDK decide whether to create
360+
* cache indexes for queries running locally.
361361
*/
362362
@Deprecated
363363
@PreviewApi

0 commit comments

Comments
 (0)