Skip to content

Commit f32efea

Browse files
committed
correct spelling
1 parent ffc268d commit f32efea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ describeSpec('Queries:', [], () => {
138138
);
139139

140140
specTest(
141-
'Queries in different tabs will not interferer',
141+
'Queries in different tabs will not interfere',
142142
['multi-client'],
143143
() => {
144144
const query1 = query('collection', filter('key', '==', 'a'));

0 commit comments

Comments
 (0)