Skip to content

Commit cd2e095

Browse files
BenWhiteheadsamtstern
authored andcommitted
Fix end tag typo (#44)
1 parent b136ee9 commit cd2e095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firestore/main/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@ function collectionGroupQuery(db) {
876876
console.log(doc.id, ' => ', doc.data());
877877
});
878878
});
879-
// [end fs_collection_group_query]
879+
// [END fs_collection_group_query]
880880
}
881881

882882
// ============================================================================

0 commit comments

Comments
 (0)