diff --git a/docs/config.md b/docs/config.md index 278f82aa1..182cbfa4a 100644 --- a/docs/config.md +++ b/docs/config.md @@ -127,7 +127,7 @@ for some examples of what's possible. ### Default command When `jj` is run with no explicit subcommand, the value of the -`ui.default-command` setting will used instead. Possible values are any valid +`ui.default-command` setting will be used instead. Possible values are any valid subcommand name, subcommand alias, or user-defined alias (defaults to `"log"`). ```toml