Skip to content

Commit 614208a

Browse files
Typo
1 parent b2c0c34 commit 614208a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/lite/src/api/components.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ export async function removeComponents(firestore: Firestore): Promise<void> {
8484
if (datastorePromise) {
8585
logDebug(LOG_TAG, 'Removing Datastore');
8686
datastoreInstances.delete(firestore);
87-
return (await datastorePromise).termiate();
87+
return (await datastorePromise).terminate();
8888
}
8989
}

0 commit comments

Comments
 (0)