Skip to content

Commit 05cfbf9

Browse files
committed
spelling: unexpectedly
Signed-off-by: Josh Soref <[email protected]>
1 parent 763be3b commit 05cfbf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/test/unit/lite-api/types.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ describe('UpdateData - v9', () => {
471471

472472
describe('given nested objects with index properties', () => {
473473
it('supports object replacement at each layer (with partial)', () => {
474-
// This unexpectidly fails in v9 when the object has index signature nested
474+
// This unexpectedly fails in v9 when the object has index signature nested
475475
// two layers deep (e.g. layer.indexed.[name]).
476476
const _: UpdateData<MyV10ServerType> = {
477477
indexed: {

0 commit comments

Comments
 (0)