Skip to content

Commit 8f62cd8

Browse files
committed
'which you can config' -> 'for configuring'
1 parent 5473c4a commit 8f62cd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/firestore/src/api/persistent_cache_index_manager.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ import { logDebug, logWarn } from '../util/log';
2626
import { ensureFirestoreConfigured, Firestore } from './database';
2727

2828
/**
29-
* A `PersistentCacheIndexManager` which you can config persistent cache indexes
30-
* used for local query execution.
29+
* A `PersistentCacheIndexManager` for configuring persistent cache indexes used
30+
* for local query execution.
3131
*
3232
* To use, call `getPersistentCacheIndexManager()` to get an instance.
3333
*/

0 commit comments

Comments
 (0)