File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
packages/database/src/api Expand file tree Collapse file tree 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
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
You can’t perform that action at this time.
0 commit comments