diff --git a/docs/settings.md b/docs/settings.md index 9d0fcd8..baff676 100644 --- a/docs/settings.md +++ b/docs/settings.md @@ -39,12 +39,12 @@ quiet = false ## Overriding command defaults -Defaults for command arguments can be override by specifying a `[command.]` section. +Defaults for command arguments can be override by specifying a `[commands.]` section. For example, to override `toot post`. ```toml -[command.post] +[commands.post] editor = "vim" sensitive = true visibility = "unlisted"