website: fix expression typo

exression -> expression
This commit is contained in:
Alexander Hellbom 2019-08-28 15:16:49 +02:00 committed by GitHub
parent bcc3af8173
commit 99c59b833e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -676,7 +676,7 @@ collection.
The iterator object (`ingress` in the example above) has two attributes:
* `key` is the map key or list element index for the current element. If the
`for_each` exression produces a _set_ value then `key` is identical to
`for_each` expression produces a _set_ value then `key` is identical to
`value` and should not be used.
* `value` is the value of the current element.