fixed modules docs typo (#13087)

This commit is contained in:
Ján Dzurek 2017-03-27 14:34:05 +02:00 committed by Paul Stack
parent c95f25a1d0
commit 15abbe21c0
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ Here we use `${path.module}` to get a module-relative path.
## Nested Modules
You can nest a module within another module. This module will be hidden from your root configuration, so you'll have re-expose any
You can nest a module within another module. This module will be hidden from your root configuration, so you'll have to re-expose any
variables and outputs you require.
The [get command](/docs/commands/get.html) will automatically get all nested modules.