Skip to content

Commit

Permalink
Merge pull request #20 from ideadapt/typo-fix
Browse files Browse the repository at this point in the history
fix height typo
  • Loading branch information
dnek authored Sep 11, 2022
2 parents f8ce860 + 0e2254e commit e1c024d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<input type="number" id="widthInput" min="1" max="10000" value="10">
</p>
<p>
<label for="heightInput">Hegiht: </label>
<label for="heightInput">Height: </label>
<input type="number" id="heightInput" min="1" max="10000" value="10">
</p>
</section>
Expand Down

0 comments on commit e1c024d

Please sign in to comment.