Update lookup.html.md (#26835)

Typo in introductory paragraph.
This commit is contained in:
Joshua Mendoza 2020-11-06 07:58:33 -06:00 committed by GitHub
parent 61c4e49b11
commit 27e31e1160
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)