Skip to content

Commit 4ee5c35

Browse files
authored
docs: typo (#1992)
1 parent 8a8ea20 commit 4ee5c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/modules/creating_modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ To bring `my-utils` exported environment into scope for the `go.nu` module, ther
387387

388388
1. Import the module in each command where it is needed
389389

390-
By placing `use my-utils` in the `go home` command itself, its `export-env` will be _evaludated_ when the command is. For example:
390+
By placing `use my-utils` in the `go home` command itself, its `export-env` will be _evaluated_ when the command is. For example:
391391

392392
```nu
393393
# go.nu

0 commit comments

Comments
 (0)