File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ export class Faucet {
61
61
}
62
62
63
63
/**
64
- * Returns a list of denoms of tokens owned by the the holder and configured in the faucet
64
+ * Returns a list of denoms of tokens owned by the holder and configured in the faucet
65
65
*/
66
66
public async availableTokens ( ) : Promise < string [ ] > {
67
67
const { balance } = await this . loadAccount ( this . holderAddress ) ;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export type SearchFunction<T> = (value: T) => boolean;
7
7
/**
8
8
* A read only wrapper around DefaultValueProducer that allows
9
9
* to synchronously get the current value using the .value property
10
- * and listen to to updates by suscribing to the .updates stream
10
+ * and listen to updates by suscribing to the .updates stream
11
11
*/
12
12
export class ValueAndUpdates < T > {
13
13
public readonly updates : MemoryStream < T > ;
You can’t perform that action at this time.
0 commit comments