From 696234b3acaeecc8b3e1deb7ee35cde96fea7fc6 Mon Sep 17 00:00:00 2001 From: Jan Klass Date: Fri, 1 Nov 2024 19:22:44 +0100 Subject: [PATCH] Fix sentence wording --- book/modules/using_modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/modules/using_modules.md b/book/modules/using_modules.md index 051c57ce1d..cb35342f19 100644 --- a/book/modules/using_modules.md +++ b/book/modules/using_modules.md @@ -100,7 +100,7 @@ The path to the module can be: ::: -- Less commonly, the name of a module already created with the [`module`](/commands/docs/module.md) command. While it is possible to use this command to create a module at the commandline, this isn't common or useful. Instead, this form is primarily used by module authors to define a submodule. See [Creating Modules - Submodules](./creating_modules.md#submodules). +- Less commonly, the name of a module is created with the [`module`](/commands/docs/module.md) command. While it is possible to use this command to create a module at the commandline, this isn't common or useful. Instead, this form is primarily used by module authors to define a submodule. See [Creating Modules - Submodules](./creating_modules.md#submodules). ### Module Definitions