File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
packages/database/src/api Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -579,7 +579,8 @@ export interface ThenableReferenceImpl
579
579
* designed to be unguessable (they contain 72 random bits of entropy).
580
580
*
581
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}
582
+ *
583
+ * 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
584
*
584
585
* @param parent - The parent location.
585
586
* @param value - Optional value to be written at the generated location.
@@ -1782,8 +1783,8 @@ class QueryEndBeforeConstraint extends QueryConstraint {
1782
1783
*
1783
1784
* The ending point is exclusive. If only a value is provided, children
1784
1785
* 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.
1786
+ * If a key is specified, then children must have a value less than or equal
1787
+ * to the specified value and a key name less than the specified key.
1787
1788
*
1788
1789
* @param value - The value to end before. The argument type depends on which
1789
1790
* `orderBy*()` function was used in this query. Specify a value that matches
You can’t perform that action at this time.
0 commit comments