From 7ef0fe79b5cb49d6d8f10648ca99582b278801bc Mon Sep 17 00:00:00 2001 From: Eric Allam Date: Thu, 10 Aug 2023 11:21:06 +0100 Subject: [PATCH] Update manual.mdx - spelling mistake --- docs/documentation/guides/manual.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/guides/manual.mdx b/docs/documentation/guides/manual.mdx index 4146cabba..a1029c3a3 100644 --- a/docs/documentation/guides/manual.mdx +++ b/docs/documentation/guides/manual.mdx @@ -187,7 +187,7 @@ export * from "./examples" -## Additonal Job Definations +## Additonal Job Definitions You can define more job definitions by creating additional files in the `Jobs` folder and exporting them in `index` file. For example, in `index.(ts/js)`, you can export other job files like this: