From 3bd988d1d20965fb77d556095582519dc80afd85 Mon Sep 17 00:00:00 2001 From: Axel Sorenson Date: Wed, 11 Jun 2025 05:58:28 -0700 Subject: [PATCH] Fix typo in modules.md --- book/modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/modules.md b/book/modules.md index 2ea13ab3157..00348436191 100644 --- a/book/modules.md +++ b/book/modules.md @@ -1,6 +1,6 @@ # Modules -Like many programming languages, Nushell supports writing and using _modules_ as a way to organize code more efficiently. Modules can be thought of a "containers" that hold various definitions, including: +Like many programming languages, Nushell supports writing and using _modules_ as a way to organize code more efficiently. Modules can be thought of as "containers" that hold various definitions, including: - Additional custom commands - Aliases