From af72586097c7e7a3629873131580348f3c0e8b59 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Fri, 22 Mar 2024 05:04:40 +0000 Subject: [PATCH] file name typo --- .../content/docs/getting-started/your-first-genai-script.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/getting-started/your-first-genai-script.mdx b/docs/src/content/docs/getting-started/your-first-genai-script.mdx index c068eb49dd..44e10e6e9e 100644 --- a/docs/src/content/docs/getting-started/your-first-genai-script.mdx +++ b/docs/src/content/docs/getting-started/your-first-genai-script.mdx @@ -17,7 +17,7 @@ The execution of a genaiscript creates the prompt that will be sent to the LLM. - genaisrc scripts are created here by default - genaiscript.d.ts (TypeScript type definitions) - tsconfig.json (TypeScript configuration) - - **myscript.genai.js** + - **proofreader.genai.js** - … - …