Skip to content

Commit f1f47a7

Browse files
committed
typo
1 parent 739a0d7 commit f1f47a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/test/unit/specs/listen_spec.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1916,7 +1916,7 @@ describeSpec('Listens:', [], () => {
19161916
// marked as "not-current" as the Target is up to date.
19171917
.watchFilters([query1], [docA.key])
19181918
.watchSnapshots(2000, [], 'resume-token-2000')
1919-
// Listening to the query in the secondary tab. The snapshot is up to date.
1919+
// Listen to the query in the secondary tab. The snapshot is up to date.
19201920
.client(1)
19211921
.userListens(query1)
19221922
.expectEvents(query1, { added: [docA] })

0 commit comments

Comments
 (0)