Skip to content

Commit 927f15c

Browse files
authored
fix typo in configuration.md ($nu.data-dir)/vendor/autoloads (#1735)
It seems like the `s` at the end is a typo.
1 parent 9094417 commit 927f15c

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
@@ -384,7 +384,7 @@ The variables that affect Nushell file locations are:
384384
- `$env.XDG_DATA_HOME`: If this environment variable is set, Nushell sets the `$nu.data-dir` constant to this value. The `data-dir` is used in several startup tasks:
385385

386386
- `($nu.data-dir)/nushell/completions` is added to the `$env.NU_LIB_DIRS` search path.
387-
- `($nu.data-dir)/vendor/autoloads` is added as the last path in `nu.vendor-autoload-dirs`. This means that files in this directory will be read last during startup (and thus override any definitions made in earlier files).
387+
- `($nu.data-dir)/vendor/autoload` is added as the last path in `nu.vendor-autoload-dirs`. This means that files in this directory will be read last during startup (and thus override any definitions made in earlier files).
388388

389389
Note that the directory represented by `$nu.data-dir`, nor any of its subdirectories, are created by default. Creation and use of these directories is up to the user.
390390

0 commit comments

Comments
 (0)