From 2e57228f25e14550b7efd0f5e46ea9162a17c7bd Mon Sep 17 00:00:00 2001 From: Tanner Wilcox Date: Sun, 23 Jul 2023 21:14:47 -0600 Subject: [PATCH] Update ad-hoc-shell-environments.md Typo --- source/tutorials/first-steps/ad-hoc-shell-environments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorials/first-steps/ad-hoc-shell-environments.md b/source/tutorials/first-steps/ad-hoc-shell-environments.md index dc76e7670..b670f0970 100644 --- a/source/tutorials/first-steps/ad-hoc-shell-environments.md +++ b/source/tutorials/first-steps/ad-hoc-shell-environments.md @@ -41,7 +41,7 @@ Within the Nix shell, you can use the programs provided by these packages: [nix-shell:~]$ cowsay Hello, Nix! | lolcat ``` -Press type `exit` or press `CTRL-D` to exit the shell, and the programs won't be available anymore. +Type `exit` or press `CTRL-D` to exit the shell, and the programs won't be available anymore. ```shell-session [nix-shell:~]$ exit