Skip to content

Commit f53491a

Browse files
committed
fix typo
1 parent e2f56be commit f53491a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/test/util/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@ export function generateBloomFilterProto(config: {
11021102
notContains.forEach(item => {
11031103
if (bloomFilter.mightContain(DOCUMENT_PREFIX + item)) {
11041104
throw new Error(
1105-
'Cannot generate desired bloom filter. Please adjust the hashCount and/or bumber of bits.'
1105+
'Cannot generate desired bloom filter. Please adjust the hashCount and/or number of bits.'
11061106
);
11071107
}
11081108
});

0 commit comments

Comments
 (0)