Fix typos
Fixes common typos and spelling errors in text. Supports wrong-layout correction (text typed in the wrong keyboard layout). Returns corrected text and whether any correction was made.
Fixes common typos and spelling errors in text. Supports wrong-layout correction (text typed in the wrong keyboard layout). Returns corrected text and whether any correction was made.
What input parameters does the robot accept?
| Parameter | Type | Required? | Default |
|---|---|---|---|
| Text | string | yes |
What does the robot return?
| Parameter | Type |
|---|---|
| Corrected text | string |
| Was corrected | bool |