diff --git a/docs/how-this-works.md b/docs/how-this-works.md index afa9a25..3c44837 100644 --- a/docs/how-this-works.md +++ b/docs/how-this-works.md @@ -5,6 +5,5 @@ condax works similarly to [pipx](https://pipxproject.github.io/pipx/how-pipx-wor When installing a package condax will * create a conda environment in `~/.condax/PACKAGE` -* identify the binaries/executables that are installed by `PACAKGE` (not its dependencies) +* identify the binaries/executables that are installed by `PACKAGE` (not its dependencies) * symlink those binaries to `~/.local/bin` -