Skip to content

Commit

Permalink
Merge pull request #77 from fulcrumapp/chore/fix-typo-and-broken-path
Browse files Browse the repository at this point in the history
chore() FIx typo and broken path to help documentation
  • Loading branch information
KaraFox authored Dec 10, 2024
2 parents ae760f7 + 3d2691d commit 3a6b976
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 3a6b976

Please sign in to comment.