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:
parent
fee0bffed3
commit
b1d56076a4
|
@ -205,6 +205,6 @@ individual resource arguments that expect complex values.
|
|||
|
||||
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
|
||||
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
|
||||
[`dynamic` blocks](dynamic-blocks.html).
|
||||
|
|
Loading…
Reference in New Issue