From 3d2691df44d66d609e6eda70e5509ddfbe979fae Mon Sep 17 00:00:00 2001 From: Eric Kato Date: Thu, 5 Dec 2024 15:26:53 -0800 Subject: [PATCH] chore() FIx typo and broken path to help documentation --- ts/api.ts | 2 +- ts/functions/FORM.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ts/api.ts b/ts/api.ts index fd3f90b3..373ce97d 100644 --- a/ts/api.ts +++ b/ts/api.ts @@ -2350,7 +2350,7 @@ declare function FIXED(num: any): string | undefined; /** * Returns the current form object. * - * View Documentatino - https://learn.fulcrumapp.com/dev/expressions/reference/form/ + * View Documentation - https://docs.fulcrumapp.com/docs/calculations-ref-form */ declare function FORM(): {}; diff --git a/ts/functions/FORM.ts b/ts/functions/FORM.ts index 62877d8e..0cc9f531 100644 --- a/ts/functions/FORM.ts +++ b/ts/functions/FORM.ts @@ -1,7 +1,7 @@ /** * Returns the current form object. * - * View Documentatino - https://learn.fulcrumapp.com/dev/expressions/reference/form/ + * View Documentation - https://docs.fulcrumapp.com/docs/calculations-ref-form */ export default function FORM(): {} {