From 84637534f43cba00d39084ba204f16c15829d2bd Mon Sep 17 00:00:00 2001 From: Logan Rakai Date: Sat, 10 Mar 2018 09:30:22 -0700 Subject: [PATCH] Grammar Improvement --- website/docs/modules/usage.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/modules/usage.html.markdown b/website/docs/modules/usage.html.markdown index 64ff092b6eaf..5602cfe97a47 100644 --- a/website/docs/modules/usage.html.markdown +++ b/website/docs/modules/usage.html.markdown @@ -47,7 +47,7 @@ for each registry module can be found from the registry website. Terraform also supports modules in local directories, identified by a relative path starting with either `./` or `../`. Such local modules are useful to -organize code more complex repositories, and are described in more detail +organize code in more complex repositories, and are described in more detail in [_Creating Modules_](/docs/modules/create.html). Finally, Terraform can download modules directly from various storage providers