mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-12 23:20:25 +08:00
typo
This commit is contained in:
parent
8d2ee533c9
commit
44023f2bda
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ let maxChartVal;
|
|||
|
||||
let useUnsmoothedRaw = false;
|
||||
|
||||
export function toggleUnsmoothed() {
|
||||
export function toggleUnsmoothedRaw() {
|
||||
useUnsmoothedRaw = !useUnsmoothedRaw;
|
||||
Notifications.add(useUnsmoothedRaw ? "on" : "off", 1);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue