We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 763be3b commit 05cfbf9Copy full SHA for 05cfbf9
packages/firestore/test/unit/lite-api/types.test.ts
@@ -471,7 +471,7 @@ describe('UpdateData - v9', () => {
471
472
describe('given nested objects with index properties', () => {
473
it('supports object replacement at each layer (with partial)', () => {
474
- // This unexpectidly fails in v9 when the object has index signature nested
+ // This unexpectedly fails in v9 when the object has index signature nested
475
// two layers deep (e.g. layer.indexed.[name]).
476
const _: UpdateData<MyV10ServerType> = {
477
indexed: {
0 commit comments