Skip to content

Commit

Permalink
docs: corrected grammar in about.html (#5194)
Browse files Browse the repository at this point in the history
* corrected grammar in about.html

I made grammar corrections as what was there wasn't sounding right

* Update about.html
  • Loading branch information
kelvinelove authored Mar 12, 2024
1 parent 33b0851 commit c906641
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/src/html/pages/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
aria-label=""
data-balloon-pos="up"
>
<div class="label">total started tests</div>
<div class="label">total tests started</div>
<div class="val">-</div>
<div class="valSmall">-</div>
</div>
Expand All @@ -30,7 +30,7 @@
aria-label=""
data-balloon-pos="up"
>
<div class="label">total time typing</div>
<div class="label">total typing time</div>
<div class="val">-</div>
<div class="valSmall">-</div>
</div>
Expand All @@ -40,7 +40,7 @@
aria-label=""
data-balloon-pos="up"
>
<div class="label">total completed tests</div>
<div class="label">total tests completed</div>
<div class="val">-</div>
<div class="valSmall">-</div>
</div>
Expand Down Expand Up @@ -80,7 +80,7 @@ <h2>
You can use
<key>tab</key>
and
<key>enter</key>
<key>enter</key>
(or just
<key>tab</key>
if you have quick tab mode enabled) to restart the typing test. Open the
Expand Down

0 comments on commit c906641

Please sign in to comment.