Fix typos in ad-hoc-developer-environments.md

This commit is contained in:
Zach Mitchell, PhD 2023-04-05 22:08:09 -04:00 committed by GitHub
parent 89d5f8aa37
commit 00e8606dd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ You can also share the command invoking such a shell with others, and it will wo
Once you {ref}`install Nix <install-nix>`, you can use it to create new *shell environments* with programs that you want to use.
In this section you will run two exocic programs called `cowsay` and `lolcat` that you will probably not have installed on your machine:
In this section you will run two exotic programs called `cowsay` and `lolcat` that you will probably not have installed on your machine:
```shell-session
$ cowsay no can do
@ -178,7 +178,7 @@ There are three things going on here:
## References
- [Nix manual: `nix-shell`](https://nixos.org/manual/nix/stable/command-ref/nix-shell) (or run `man nix-shell`)
- [Nix manual: `-I` option]: https://nixos.org/manual/nix/unstable/command-ref/opt-common.html#opt-I
- [Nix manual: `-I` option](https://nixos.org/manual/nix/unstable/command-ref/opt-common.html#opt-I)
## Next steps