Skip to content

Commit 1706736

Browse files
docs: keep typo_chance semantics in Type text table only
OpenAPI carries bounds; docs explain 0–0.10 and ~10% per character. Made-with: Cursor
1 parent ac59cc8 commit 1706736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browsers/computer-controls.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ Type literal text on the host. By default, typing uses human-like variable timin
246246
| `text` | string || Text to type |
247247
| `delay` | integer | `0` | Fixed delay in milliseconds between keystrokes. Only used when `smooth` is `false`; ignored when `smooth` is `true` |
248248
| `smooth` | boolean | `true` | Human-like variable keystroke timing with word-boundary pauses (default, same idea as `moveMouse` / `dragMouse`) |
249-
| `typo_chance` | number | `0` | Probability (0.0–0.10) of a typo per character, corrected with backspace. Only applies when `smooth` is `true` (silently ignored when `smooth` is `false`). Typical human range is 0.02–0.05 |
249+
| `typo_chance` | number | `0` | Per-character typo rate from 0–0.10 (capped; 0.10 ≈ 10% per character on average), corrected with backspace. Only applies when `smooth` is `true` (silently ignored when `smooth` is `false`). Typical values are 0.02–0.05 |
250250

251251
<CodeGroup>
252252
```typescript Typescript/Javascript

0 commit comments

Comments
 (0)