File tree 2 files changed +9
-4
lines changed
packages/database/src/api
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @firebase/database " : patch
3
+ ---
4
+
5
+ Fixed ` endBefore ` and ` push ` documentation typos in RTDB
Original file line number Diff line number Diff line change @@ -578,8 +578,8 @@ export interface ThenableReferenceImpl
578
578
* resulting list of items is chronologically sorted. The keys are also
579
579
* designed to be unguessable (they contain 72 random bits of entropy).
580
580
*
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}.
583
583
*
584
584
* @param parent - The parent location.
585
585
* @param value - Optional value to be written at the generated location.
@@ -1782,8 +1782,8 @@ class QueryEndBeforeConstraint extends QueryConstraint {
1782
1782
*
1783
1783
* The ending point is exclusive. If only a value is provided, children
1784
1784
* 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.
1787
1787
*
1788
1788
* @param value - The value to end before. The argument type depends on which
1789
1789
* `orderBy*()` function was used in this query. Specify a value that matches
You can’t perform that action at this time.
0 commit comments