Skip to content

Commit 69da8e5

Browse files
authored
Fix typo
1 parent ef36046 commit 69da8e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core-manage-asdf-vm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ the Homebrew docs.
8282

8383
```bash
8484
echo -e '\n. $(brew --prefix asdf)/asdf.sh' >> ~/.zshrc
85-
echo -e '\n. $(brew --prefix asdf)/etc/bash_completion.d/asdf.bash' >> ~/zshrc.
85+
echo -e '\n. $(brew --prefix asdf)/etc/bash_completion.d/asdf.bash' >> ~/.zshrc
8686
```
8787

8888
If you are not using a framework, or if on starting your shell you get an

0 commit comments

Comments
 (0)