mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 05:17:51 +08:00
Remove "Updates once every second" (#1675)
Live accuracy updates after each character is typed, not once every second.
This commit is contained in:
parent
9d6ff9fb35
commit
9092d2fbac
1 changed files with 1 additions and 2 deletions
|
@ -3732,8 +3732,7 @@
|
|||
<div class="section showLiveAcc">
|
||||
<h1>live accuracy</h1>
|
||||
<div class="text">
|
||||
Displays live accuracy during the test. Updates once every
|
||||
second.
|
||||
Displays live accuracy during the test.
|
||||
</div>
|
||||
<div class="buttons">
|
||||
<div class="button off" tabindex="0" onclick="this.blur();">
|
||||
|
|
Loading…
Reference in a new issue