mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-04 18:53:26 +08:00
docs: corrected grammar in about.html (#5194)
* corrected grammar in about.html I made grammar corrections as what was there wasn't sounding right * Update about.html
This commit is contained in:
parent
33b08517f4
commit
c906641d36
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -80,7 +80,7 @@
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue