Skip to content

Commit 4f6e660

Browse files
committed
chore: fix typo
1 parent 155c73f commit 4f6e660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/firestore/useFirestoreDocument.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ describe("useFirestoreDocument", () => {
9797
expect(result.current.error).toBeDefined();
9898
});
9999

100-
test("returns pending state initally", async () => {
100+
test("returns pending state initially", async () => {
101101
const ref = doc(firestore, "tests", "pendingState");
102102

103103
setDoc(ref, { foo: "pending" });

0 commit comments

Comments
 (0)