Skip to content

Commit e8ba4c0

Browse files
authored
Fixed alias mismatch (#1753)
1 parent 86379dd commit e8ba4c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/directory_stack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ The Standard Library provides a set of aliases that can be used in place of the
120120
Import them using:
121121

122122
```nu
123-
use std/dirs shell-aliases *
123+
use std/dirs shells-aliases *
124124
```
125125

126126
The built-in aliases are:

0 commit comments

Comments
 (0)