Skip to content

Commit 15fee18

Browse files
Typo
1 parent 371b067 commit 15fee18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/test/integration/api_internal/idle_timeout.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { apiDescribe, withTestDb } from '../util/helpers';
2222
import { asyncQueue } from '../util/internal_helpers';
2323

2424
apiDescribe('Idle Timeout', (persistence: boolean) => {
25-
it('can write documdent after idle timeout', () => {
25+
it('can write document after idle timeout', () => {
2626
return withTestDb(persistence, db => {
2727
const docRef = doc(collection(db, 'test-collection'));
2828
return setDoc(docRef, { foo: 'bar' })

0 commit comments

Comments
 (0)