From 4b0dfd6d39766e2c726e083a905420fca88c6aee Mon Sep 17 00:00:00 2001 From: Daly Gutierrez Date: Sun, 23 Jul 2023 19:46:14 -0400 Subject: [PATCH] Fix minor wording error --- 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