Skip to content

Commit a1d5596

Browse files
s/italic/bold
1 parent c5de152 commit a1d5596

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/firebase/index.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7687,11 +7687,11 @@ declare namespace firebase.firestore {
76877687
* of problem. Consequently, you must update your code to handle `Timestamp`
76887688
* objects instead of `Date` objects.
76897689
*
7690-
* If you want to *temporarily* opt into the old behavior of returning
7691-
* `Date` objects, you may *temporarily* set `timestampsInSnapshots` to
7690+
* If you want to **temporarily** opt into the old behavior of returning
7691+
* `Date` objects, you may **temporarily** set `timestampsInSnapshots` to
76927692
* false. Opting into this behavior will no longer be possible in the next
76937693
* major release of Firestore, after which code that expects Date objects
7694-
* *will break*.
7694+
* **will break**.
76957695
*
76967696
* @example **Using Date objects in Firestore.**
76977697
* // With deprecated setting `timestampsInSnapshot: true`:

0 commit comments

Comments
 (0)