From 0382ff81b6e0753448cbfbb94c3ff11ae0253eb3 Mon Sep 17 00:00:00 2001 From: Alex Pasmantier <47638216+alexpasmantier@users.noreply.github.com> Date: Tue, 31 Dec 2024 13:19:09 +0100 Subject: [PATCH] docs(config): fix typo in default configuration file comment (#198) --- .config/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/config.toml b/.config/config.toml index 122ad87..d309fa4 100644 --- a/.config/config.toml +++ b/.config/config.toml @@ -156,7 +156,7 @@ toggle_preview = "ctrl-o" # You would add the following to your configuration file: # ``` # [shell_integration.commands] -# "git checkout" = "git-branches" +# "git checkout" = "git-branch" # "ls" = "dirs" # "cat" = "files" # ```