From 1d38ff071e44fca90df2b94a7b4fc2eb63538e69 Mon Sep 17 00:00:00 2001 From: Homa Wong Date: Sun, 20 Mar 2022 05:49:00 -0700 Subject: [PATCH] fix: typo (#4882) Fix a typo in the default config --- docs/sample_config/default_config.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sample_config/default_config.nu b/docs/sample_config/default_config.nu index 265044be54..d14dcee549 100644 --- a/docs/sample_config/default_config.nu +++ b/docs/sample_config/default_config.nu @@ -27,7 +27,7 @@ let-env PROMPT_MULTILINE_INDICATOR = "::: " # Specifies how environment variables are: # - converted from a string to a value on Nushell startup (from_string) -# - converted from a value back to a string when running extrnal commands (to_string) +# - converted from a value back to a string when running external commands (to_string) # Note: The conversions happen *after* config.nu is loaded let-env ENV_CONVERSIONS = { "PATH": {