From 2480135eda7837b57f30cd104ae21b1ebebcc23f Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Tue, 25 Jul 2023 09:38:22 +0200 Subject: [PATCH] Fix section name in docs --- docs/settings.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"