From 99c59b833e36fff4e133151543053b97a48220d0 Mon Sep 17 00:00:00 2001 From: Alexander Hellbom Date: Wed, 28 Aug 2019 15:16:49 +0200 Subject: [PATCH] website: fix expression typo exression -> expression --- website/docs/configuration/expressions.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/configuration/expressions.html.md b/website/docs/configuration/expressions.html.md index 67eb7ab1c..c1924595d 100644 --- a/website/docs/configuration/expressions.html.md +++ b/website/docs/configuration/expressions.html.md @@ -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.