Skip to content

Commit 348b4b3

Browse files
committed
chore: fix typo
1 parent bd52301 commit 348b4b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/e2e/Query/startAt.e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717
const COLLECTION = 'firestore';
1818
const { wipe } = require('../helpers');
19-
describe('firestore().collection().starAt()', function () {
19+
describe('firestore().collection().startAt()', function () {
2020
before(function () {
2121
return wipe();
2222
});

0 commit comments

Comments
 (0)