From 22c8b8db43f99a3b99fb7d5ff4039bb471e338ae Mon Sep 17 00:00:00 2001 From: Gregory Gandy Date: Sat, 30 Dec 2023 23:34:15 -0800 Subject: [PATCH] Update intro.md to fix typo --- docs/development/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/intro.md b/docs/development/intro.md index d932196..604d2e5 100644 --- a/docs/development/intro.md +++ b/docs/development/intro.md @@ -8,7 +8,7 @@ You should NOT install the development environment of each language in the globa In the following sections, we'll introduce how the development environment works in NixOS. -## Createing a Custom Shell Environment with `nix shell` +## Creating a Custom Shell Environment with `nix shell` The simplest way to create a development environment is to use `nix shell`. `nix shell` will create a shell environment with the specified Nix package installed.