Skip to content

Commit

Permalink
chore() FIx typo and broken path to help documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Kato committed Dec 5, 2024
1 parent ae760f7 commit 3d2691d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ts/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(): {};
Expand Down
2 changes: 1 addition & 1 deletion ts/functions/FORM.ts
Original file line number Diff line number Diff line change
@@ -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(): {} {
Expand Down

0 comments on commit 3d2691d

Please sign in to comment.