From 32fbff68eb9f3f16e1712652099b6e8737fba338 Mon Sep 17 00:00:00 2001 From: Madhav Appaneni Date: Thu, 16 Feb 2023 16:54:31 -0500 Subject: [PATCH] Fix return spelling in the documentation --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index dfe4f2b7..3a4c641f 100755 --- a/API.md +++ b/API.md @@ -252,7 +252,7 @@ The reference names can have one of the following prefixes: The formula syntax also supports built-in functions: - `if(condition, then, otherwise)` - returns `then` when `condition` is truthy, otherwise `otherwise`. -- `length(item)` - reutrn the length of an array or string, the number of keys of an object, otherwise `null`. +- `length(item)` - return the length of an array or string, the number of keys of an object, otherwise `null`. - `msg(code)` - embeds another error code message. - `number(value)` - cast value to a number.