Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Mutahhir Hayat <[email protected]>
  • Loading branch information
DanielMSchmidt and mutahhir committed Nov 28, 2023
1 parent c54d3b8 commit a5956b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cdktf/lib/terraform-iterator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ export abstract class TerraformIterator implements ITerraformIterator {
/**
* Creates a for expression that results in a list.
* This method allows you to create every possible for expression, but requires more knowledge about
* Terraforms for expression syntax.
* Terraform's for expression syntax.
* For the most common use cases you can use keys(), values(), and pluckProperty() instead.
*
* You may write any valid Terraform for each expression, e.g.
Expand Down

0 comments on commit a5956b0

Please sign in to comment.