Skip to content

Commit b27f4c7

Browse files
authored
Fix firestore.Timestamp case in docs table of contents. (#1691)
1 parent eccfbe2 commit b27f4c7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

scripts/docgen/content-sources/js/toc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ toc:
119119
path: /docs/reference/js/firebase.firestore.SnapshotMetadata
120120
- title: "SnapshotOptions"
121121
path: /docs/reference/js/firebase.firestore.SnapshotOptions
122-
- title: "TimeStamp"
123-
path: /docs/reference/js/firebase.firestore.TimeStamp
122+
- title: "Timestamp"
123+
path: /docs/reference/js/firebase.firestore.Timestamp
124124
- title: "Transaction"
125125
path: /docs/reference/js/firebase.firestore.Transaction
126126
- title: "WriteBatch"

scripts/docgen/content-sources/node/toc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ toc:
118118
path: /docs/reference/node/firebase.firestore.SnapshotMetadata
119119
- title: "SnapshotOptions"
120120
path: /docs/reference/node/firebase.firestore.SnapshotOptions
121-
- title: "TimeStamp"
122-
path: /docs/reference/node/firebase.firestore.TimeStamp
121+
- title: "Timestamp"
122+
path: /docs/reference/node/firebase.firestore.Timestamp
123123
- title: "Transaction"
124124
path: /docs/reference/node/firebase.firestore.Transaction
125125
- title: "WriteBatch"

0 commit comments

Comments
 (0)