Skip to content

Commit e526f5f

Browse files
committed
fix typo of documentation in code
1 parent 87c90a7 commit e526f5f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/database/src/api/Reference_impl.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,8 @@ export interface ThenableReferenceImpl
579579
* designed to be unguessable (they contain 72 random bits of entropy).
580580
*
581581
* 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}
583584
*
584585
* @param parent - The parent location.
585586
* @param value - Optional value to be written at the generated location.
@@ -1782,8 +1783,8 @@ class QueryEndBeforeConstraint extends QueryConstraint {
17821783
*
17831784
* The ending point is exclusive. If only a value is provided, children
17841785
* 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.
17871788
*
17881789
* @param value - The value to end before. The argument type depends on which
17891790
* `orderBy*()` function was used in this query. Specify a value that matches

0 commit comments

Comments
 (0)