From 831c45539e960cdf29d8510ba679c64b99d1c306 Mon Sep 17 00:00:00 2001 From: tp-woven Date: Tue, 18 Apr 2023 17:03:32 +0900 Subject: [PATCH] Fix small typo --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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