Fix section name in docs

pull/393/head
Ivan Habunek 2023-07-25 09:38:22 +02:00
rodzic 8ff46fd0d0
commit 2480135eda
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: CDBD63C43A30BB95
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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"