From 27e31e11606228caadf3a5034a690edaa66ee448 Mon Sep 17 00:00:00 2001 From: Joshua Mendoza <10285345+joshuamzm@users.noreply.github.com> Date: Fri, 6 Nov 2020 07:58:33 -0600 Subject: [PATCH] Update lookup.html.md (#26835) Typo in introductory paragraph. --- website/docs/configuration/functions/lookup.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/configuration/functions/lookup.html.md b/website/docs/configuration/functions/lookup.html.md index 9dae41afa..9d70baba9 100644 --- a/website/docs/configuration/functions/lookup.html.md +++ b/website/docs/configuration/functions/lookup.html.md @@ -13,7 +13,7 @@ earlier, see [0.11 Configuration Language: Interpolation Syntax](../../configuration-0-11/interpolation.html). `lookup` retrieves the value of a single element from a map, given its key. -If the given key does not exist, a the given default value is returned instead. +If the given key does not exist, the given default value is returned instead. ``` lookup(map, key, default)