Fix small typos in std/dirs (#14422)

# Description

Typos in the command doc-help.
This commit is contained in:
Douglas 2024-11-23 17:04:27 -05:00 committed by GitHub
parent 58576630db
commit 83d8e936ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,7 +43,7 @@ export def --env add [
}
# Make the next directory on the list the active directory.
# If the currenta ctive directory is the last in the list,
# If the current active directory is the last in the list,
# then cycle to the top of the list.
export def --env next [
N:int = 1 # number of positions to move.