From 9ea6628b5ca8a38aebb74ffd5bfee4c0a7d5b550 Mon Sep 17 00:00:00 2001 From: pacjo <56438628+pacjo@users.noreply.github.com> Date: Fri, 10 Nov 2023 03:32:15 +0100 Subject: [PATCH] docs: fix typo in config.example.toml (#603) docs(config): fix typo (dfault -> default) --- config.example.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.example.toml b/config.example.toml index 247d87d9..3809d13e 100644 --- a/config.example.toml +++ b/config.example.toml @@ -32,7 +32,7 @@ # Arguments to pass tmux when pulling Repositories # tmux_arguments = "-S /var/tmux.sock" -# Do not set the terminal title (dfault: true) +# Do not set the terminal title (default: true) # set_title = true # Display the time in step titles (default: true) @@ -237,4 +237,4 @@ [distrobox] # use_root = false -# containers = ["archlinux-latest"] \ No newline at end of file +# containers = ["archlinux-latest"]