From 3c9fb89a9f14e5dfa87e4bc4583c87a1d68f630f Mon Sep 17 00:00:00 2001 From: Mahyar Saffari Moqaddam <86721968+mahyarmoqaddam@users.noreply.github.com> Date: Fri, 3 Jun 2022 15:41:29 -0700 Subject: [PATCH] Update engine.mdx (#11833) Corrected "indended" typo --- website/content/docs/templates/legacy_json_templates/engine.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/templates/legacy_json_templates/engine.mdx b/website/content/docs/templates/legacy_json_templates/engine.mdx index 70cbb1308..6b38e4b1e 100644 --- a/website/content/docs/templates/legacy_json_templates/engine.mdx +++ b/website/content/docs/templates/legacy_json_templates/engine.mdx @@ -338,7 +338,7 @@ The function `split` takes an input string, a seperator string, and a numeric component value and returns the requested substring. Please note that you cannot use the `split` function on user variables, because -we can't nest the functions currently. This function is indended to be used on +we can't nest the functions currently. This function is intended to be used on builder variables like build_name. If you need a split user variable, the best way to do it is to create a separate variable.