Skip to content

Commit 88ad58b

Browse files
authored
Fix var name (nushell#1786)
1 parent 987eae9 commit 88ad58b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ The following stages and their steps _may_ occur during startup, based on the fl
576576
| 21. | (config files) (config.nu) | Loads a minimal `$env.config` record from the internal `default_config.nu`. This file can be viewed with: `nu config nu --default \| nu-highlight \| less -R`. Most values that are not defined in `default_config.nu` will be auto-populated into `$env.config` using their internal defaults as well. |
577577
| 22. | (config files) (config.nu) | Loads (parses and evaluates) the user's `config.nu` (the path to which was determined above). |
578578
| 23. | (config files) (login) | When Nushell is running as a login shell, loads the user's `login.nu`. |
579-
| 24. | (config files) | Loops through autoload directories and loads any `.nu` files found. The directories are processed in the order found in `$nu.vendor-autoload-directories`, and files in those directories are processed in alphabetical order. |
579+
| 24. | (config files) | Loops through autoload directories and loads any `.nu` files found. The directories are processed in the order found in `$nu.vendor-autoload-dirs`, and files in those directories are processed in alphabetical order. |
580580
| 25. | (repl) | Processes any additional `ENV_CONVERSIONS` that were defined in `config.nu` or the autoload files. |
581581
| 26. | (repl) and (stdlib) | Shows the banner if configured. |
582582
| 27. | (repl) | Nushell enters the normal commandline (REPL). |

0 commit comments

Comments
 (0)