We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3173b8d commit bdfd390Copy full SHA for bdfd390
packages/firestore/src/core/bundle_impl.ts
@@ -169,7 +169,7 @@ export class BundleLoader {
169
debugAssert(
170
this.documents[this.documents.length - 1]?.metadata.exists !== true ||
171
!!this.documents[this.documents.length - 1].document,
172
- 'Bundled documents end with a document metadata element instead of document.'
+ 'Bundled documents end with a document metadata element instead of a document.'
173
);
174
debugAssert(!!this.bundleMetadata.id, 'Bundle ID must be set.');
175
0 commit comments