Skip to content

Commit 7ac1d36

Browse files
authored
Inline code-fence env var name (#1893)
1 parent ced585b commit 7ac1d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Here we'll create a simple completion module with a submodule dedicated to some
3939
```
4040

4141
4. Add `export module git.nu` to `mod.nu`
42-
5. Add the parent of the `completions` directory to your NU_LIB_DIRS inside `env.nu`
42+
5. Add the parent of the `completions` directory to your `NU_LIB_DIRS` inside `env.nu`
4343

4444
```nu
4545
$env.NU_LIB_DIRS = [

0 commit comments

Comments
 (0)