From e119b4b4ce50cda913f99fe9e23fc78e92ed2cf4 Mon Sep 17 00:00:00 2001 From: TAY TS Date: Sat, 22 May 2021 22:54:48 +0800 Subject: [PATCH] Update one.html.md Update typo --- website/docs/language/functions/one.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/functions/one.html.md b/website/docs/language/functions/one.html.md index 0fc5918ff..e4c60a27a 100644 --- a/website/docs/language/functions/one.html.md +++ b/website/docs/language/functions/one.html.md @@ -49,7 +49,7 @@ no instances were created. ## Relationship to the "Splat" Operator The Terraform language has a built-in operator `[*]`, known as -[the _splat_ operator](../expressions/splat.html), and one if its functions +[the _splat_ operator](../expressions/splat.html), and one of its functions is to translate a primitive value that might be null into a list of either zero or one elements: