Skip to content

Commit

Permalink
Merge pull request #512 from zmitchell/patch-2
Browse files Browse the repository at this point in the history
Fix typos in ad-hoc-developer-environments.md
  • Loading branch information
fricklerhandwerk committed Apr 6, 2023
2 parents 89d5f8a + 00e8606 commit f695f3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/tutorials/ad-hoc-developer-environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit f695f3b

Please sign in to comment.