From 5bf997b222d6889e3f24e436111cb69371b33e57 Mon Sep 17 00:00:00 2001 From: ankitgahlyan <58598185+ankitgahlyan@users.noreply.github.com> Date: Sat, 1 Apr 2023 18:03:56 +0530 Subject: [PATCH] typo (#431) --- example-config/config.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-config/config.nu b/example-config/config.nu index 4074511..6f937b3 100644 --- a/example-config/config.nu +++ b/example-config/config.nu @@ -2,7 +2,7 @@ # # Nushell-s config file used in engine-q. # -# It fethes all definitions and environment variables from the `init` module. +# It fetches all definitions and environment variables from the `init` module. def build-config [] { { footer_mode: "50" } }