Skip to content

Commit 5aa48d0

Browse files
tylim88maneesht
andauthored
fix documentation typo (#6583)
* fix typo of documentation in code * Create cool-seas-confess.md * fix formatting Co-authored-by: Maneesh Tewani <[email protected]>
1 parent 629627f commit 5aa48d0

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.changeset/cool-seas-confess.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@firebase/database": patch
3+
---
4+
5+
Fixed `endBefore` and `push` documentation typos in RTDB

packages/database/src/api/Reference_impl.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -578,8 +578,8 @@ export interface ThenableReferenceImpl
578578
* resulting list of items is chronologically sorted. The keys are also
579579
* designed to be unguessable (they contain 72 random bits of entropy).
580580
*
581-
* See {@link https://firebase.google.com/docs/database/web/lists-of-data#append_to_a_list_of_data | Append to a list of data}
582-
* </br>See {@link ttps://firebase.googleblog.com/2015/02/the-2120-ways-to-ensure-unique_68.html | The 2^120 Ways to Ensure Unique Identifiers}
581+
* See {@link https://firebase.google.com/docs/database/web/lists-of-data#append_to_a_list_of_data | Append to a list of data}.
582+
* See {@link https://firebase.googleblog.com/2015/02/the-2120-ways-to-ensure-unique_68.html | The 2^120 Ways to Ensure Unique Identifiers}.
583583
*
584584
* @param parent - The parent location.
585585
* @param value - Optional value to be written at the generated location.
@@ -1782,8 +1782,8 @@ class QueryEndBeforeConstraint extends QueryConstraint {
17821782
*
17831783
* The ending point is exclusive. If only a value is provided, children
17841784
* with a value less than the specified value will be included in the query.
1785-
* If a key is specified, then children must have a value lesss than or equal
1786-
* to the specified value and a a key name less than the specified key.
1785+
* If a key is specified, then children must have a value less than or equal
1786+
* to the specified value and a key name less than the specified key.
17871787
*
17881788
* @param value - The value to end before. The argument type depends on which
17891789
* `orderBy*()` function was used in this query. Specify a value that matches

0 commit comments

Comments
 (0)