ok/jj
1
0
Fork 0
forked from mirrors/jj

Fix small typo

This commit is contained in:
tp-woven 2023-04-18 17:03:32 +09:00
parent e65b8c3cad
commit 831c45539e

View file

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