From 785778ce58a78f51eff22f04536b5246441a602c Mon Sep 17 00:00:00 2001 From: shimeoki <79855381+shimeoki@users.noreply.github.com> Date: Sat, 26 Jul 2025 02:34:52 +0300 Subject: [PATCH] docs: typo --- book/modules/creating_modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/modules/creating_modules.md b/book/modules/creating_modules.md index 254e547ac41..4f7b0259ace 100644 --- a/book/modules/creating_modules.md +++ b/book/modules/creating_modules.md @@ -387,7 +387,7 @@ To bring `my-utils` exported environment into scope for the `go.nu` module, ther 1. Import the module in each command where it is needed - By placing `use my-utils` in the `go home` command itself, its `export-env` will be _evaludated_ when the command is. For example: + By placing `use my-utils` in the `go home` command itself, its `export-env` will be _evaluated_ when the command is. For example: ```nu # go.nu