generated -> generate

In the last paragraph, the word "generated" is in the wrong tense for the sentence. The correct word is "generate" (unless I misunderstand the sentence 🙂).
This commit is contained in:
Topher Ayrhart 2021-08-30 08:59:50 -05:00 committed by GitHub
parent fee0bffed3
commit b1d56076a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -205,6 +205,6 @@ individual resource arguments that expect complex values.
Some resource types also define _nested block types_, which typically represent Some resource types also define _nested block types_, which typically represent
separate objects that belong to the containing resource in some way. You can't separate objects that belong to the containing resource in some way. You can't
dynamically generated nested blocks using `for` expressions, but you _can_ dynamically generate nested blocks using `for` expressions, but you _can_
generate nested blocks for a resource dynamically using generate nested blocks for a resource dynamically using
[`dynamic` blocks](dynamic-blocks.html). [`dynamic` blocks](dynamic-blocks.html).