From c9cae9479d2f3478419d4206db29d2e9d0c47849 Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Fri, 19 Aug 2022 10:35:25 +0100 Subject: [PATCH] Update docs/references/functions/create-variable.md Co-authored-by: Vincent (Wen Yu) Ge --- docs/references/functions/create-variable.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/references/functions/create-variable.md b/docs/references/functions/create-variable.md index 323f9c5b7a..1bee5894e7 100644 --- a/docs/references/functions/create-variable.md +++ b/docs/references/functions/create-variable.md @@ -1 +1 @@ -Create a new function variable. These variables can be accessed within functions using the `env` object recieved through the payload of an execution. \ No newline at end of file +Create a new function variable. These variables can be accessed within functions using the `env` object received through the payload of an execution. \ No newline at end of file