From f9d738c393b4fdc43d8eb6512e143cdb85d936a7 Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Thu, 2 May 2024 12:20:58 +0100 Subject: [PATCH] Typo Co-authored-by: Sam Rose --- packages/types/src/documents/app/row.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/types/src/documents/app/row.ts b/packages/types/src/documents/app/row.ts index 84f4536c6f..45436cc9c1 100644 --- a/packages/types/src/documents/app/row.ts +++ b/packages/types/src/documents/app/row.ts @@ -100,7 +100,7 @@ export enum FieldType { */ BIGINT = "bigint", /** - * an JSON type, called Users within Budibase. It will hold an array of strings. This type is used to represent a link to an internal Budibase + * a JSON type, called Users within Budibase. It will hold an array of strings. This type is used to represent a link to an internal Budibase * resource, like a user or group, today only users are supported. This type will be represented as an * array of internal resource IDs (e.g. user IDs) within the row - this ID list will be enriched with * the full resources when rows are returned from the API. The full resources can be input to the API, or