spelling: toggle (#3749)

This commit is contained in:
Josh Soref
2020-05-26 14:12:20 -04:00
committed by GitHub
parent 85f7d19eb2
commit 30dff09d7e
14 changed files with 69 additions and 69 deletions

View File

@@ -86,7 +86,7 @@ For a detailed reference of how the settings are implemented in the runner and i
</td></tr></table>
```c++
settings.add_bool_toogle(name, description, value)
settings.add_bool_toggle(name, description, value)
```
A simple on-off toggle. Parameters:
* `name` - Key for the element in the JSON.