diff options
author | George Rodrigues <georgerodrigues@live.com.au> | 2022-10-05 13:32:07 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-05 17:32:07 +0100 |
commit | 959f4cbb621868a4f0c1701f54ad2a1f45d889af (patch) | |
tree | 96b126c802cacb3645ed9a0bfda3a13ae5c915dd /docs/cli_development.md | |
parent | 5f671de13a01c88ceb86874dba91e4e66c4a3d51 (diff) |
docs: some typos (#18582)
probably hacktoberism
Diffstat (limited to 'docs/cli_development.md')
-rw-r--r-- | docs/cli_development.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cli_development.md b/docs/cli_development.md index 17370a732a..d878deff17 100644 --- a/docs/cli_development.md +++ b/docs/cli_development.md @@ -162,7 +162,7 @@ del(cli.config.<section>.<key>) ## Writing The Configuration File -The configuration is not written out when it is changed. Most commands do not need to do this. We prefer to have the user change their configuration deliberitely using `qmk config`. +The configuration is not written out when it is changed. Most commands do not need to do this. We prefer to have the user change their configuration deliberately using `qmk config`. You can use `cli.save_config()` to write out the configuration. |