Skip to content

Commit

Permalink
Merge pull request #1120 from get10101/fix-typo-addess
Browse files Browse the repository at this point in the history
Fix typo in faucet: 'addess' -> 'address'
  • Loading branch information
klochowicz authored Aug 18, 2023
2 parents 3de0fe3 + 905d6a5 commit 27faee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/faucet/faucet.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ <h1 class="display-5 fw-bold">Faucet</h1>
<div class="col-1"></div>
<div class="col-6">
<label for="inputAddress" class="visually-hidden">Address</label>
<input class="form-control" id="inputAddress" placeholder="Addess" onkeyup="validate()">
<input class="form-control" id="inputAddress" placeholder="Address" onkeyup="validate()">
</div>
<div class="col-3">
<label for="inputAmount" class="visually-hidden">Amount</label>
Expand Down

0 comments on commit 27faee6

Please sign in to comment.