mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-03 05:54:22 +08:00
### Description Added a "both" option to indicate typos that keeps the replace functionality, and makes the below functionality show the correct instead of the incorrect letters. We just check whether the mode is `both` when deciding whether to pass `input` to `createHintsHtml` or to pass `currentWord`. All functionality of replace and below is kept by just adding or operators to check whether indicateTypos is `both` OR replace/below. Implementing #7024 --------- Co-authored-by: Jack <jack@monkeytype.com> |
||
|---|---|---|
| .. | ||
| validation | ||
| ape-keys.ts | ||
| challenges.ts | ||
| configs.ts | ||
| configuration.ts | ||
| connections.ts | ||
| fonts.ts | ||
| languages.ts | ||
| layouts.ts | ||
| leaderboards.ts | ||
| presets.ts | ||
| psas.ts | ||
| public.ts | ||
| quotes.ts | ||
| results.ts | ||
| shared.ts | ||
| themes.ts | ||
| users.ts | ||
| util.ts | ||