diff options
author | QMK Bot <hello@qmk.fm> | 2022-10-05 16:55:12 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-10-05 16:55:12 +0000 |
commit | 86ce1d4b04031174b3eca666fbee5f7c9c706ab2 (patch) | |
tree | 1893ffaa3f6096e3a07d8cf971c14880db7e82bf /docs/cli_development.md | |
parent | d1b6b062024dddf047f760efbad21edb2acca394 (diff) | |
parent | 959f4cbb621868a4f0c1701f54ad2a1f45d889af (diff) |
Merge remote-tracking branch 'origin/master' into develop
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. |