Skip to content

Commit 6f646b1

Browse files
committed
chore: fix typos
1 parent 44a3cdb commit 6f646b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@ To change the user directory and/or account name follow the instructions [here](
10401040
[Urchin]: https://git.sdf.org/tlevine/urchin
10411041
[Fish]: https://fishshell.com
10421042
1043-
**Homebrew makes zsh directories unsecure**
1043+
**Homebrew makes zsh directories insecure**
10441044
10451045
```shell
10461046
zsh compinit: insecure directories, run compaudit for list.

test/fast/Unit tests/nvm_is_version_installed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ check_version() {
3131
mkdir -p "$NODE_PATH/$VERSION/bin" && cd "$NODE_PATH/$VERSION/bin" && touch "$NODE_PATH/$VERSION/bin/$BINARY"
3232
! nvm_is_version_installed "$VERSION" || die "nvm_is_version_installed $VERSION should fail with non executable existing version"
3333

34-
# nvm_is_version_installed whould work
34+
# nvm_is_version_installed would work
3535
chmod +x "$NODE_PATH/$VERSION/bin/$BINARY"
3636
nvm_is_version_installed "$VERSION" || die "nvm_is_version_installed $VERSION should work"
3737
}

0 commit comments

Comments
 (0)