diff --git a/book/modules/creating_modules.md b/book/modules/creating_modules.md index 19214db1683..f39529e5e95 100644 --- a/book/modules/creating_modules.md +++ b/book/modules/creating_modules.md @@ -230,7 +230,7 @@ The most common form for a submodule definition is with `export module`. export module ./range-into-list.nu ``` -2. We now have a module `my-init` with the two submodules. Try it out: +2. We now have a module `my-utils` with the two submodules. Try it out: ```nu # Go to the parent directory of my-utils