From 58a5207dc4cc3f28cbd70432708a5186497556b3 Mon Sep 17 00:00:00 2001 From: Vladimir Kondratiev <61268932+kondr57@users.noreply.github.com> Date: Wed, 9 Jun 2021 13:13:08 +0300 Subject: [PATCH] fix 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: