Fix section name in docs

This commit is contained in:
Ivan Habunek 2023-07-25 09:38:22 +02:00
parent 8ff46fd0d0
commit 2480135eda
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
1 changed files with 2 additions and 2 deletions

View File

@ -39,12 +39,12 @@ quiet = false
## Overriding command defaults
Defaults for command arguments can be override by specifying a `[command.<name>]` section.
Defaults for command arguments can be override by specifying a `[commands.<name>]` section.
For example, to override `toot post`.
```toml
[command.post]
[commands.post]
editor = "vim"
sensitive = true
visibility = "unlisted"