From 17fa0b177f3b52b58437651dac270f8973e67a73 Mon Sep 17 00:00:00 2001 From: Devon Wells Date: Mon, 3 Jul 2023 16:17:02 -0400 Subject: [PATCH] chore(turborepo-docs): typo in code generation (#5445) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Description Fixes minimal typo in code gen docs: - `promps` -> `prompts` ### Testing Instructions Read docs changes, confirm I know how to spell 🤷 ---- ### Notes First chore contribution here! Read through the contributing guide but didn't see anything for changesets or micro-PRs. Let me know if I'm missing anything, thanks. Co-authored-by: Chris Olszewski --- .../pages/repo/docs/core-concepts/monorepos/code-generation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/repo/docs/core-concepts/monorepos/code-generation.mdx b/docs/pages/repo/docs/core-concepts/monorepos/code-generation.mdx index 79b11aefa5a31..e2b02c24e6d92 100644 --- a/docs/pages/repo/docs/core-concepts/monorepos/code-generation.mdx +++ b/docs/pages/repo/docs/core-concepts/monorepos/code-generation.mdx @@ -156,7 +156,7 @@ export default function generator(plop: PlopTypes.NodePlopAPI): void { #### Prompts -Promps are written using [Plop prompts](https://plopjs.com/documentation/#using-prompts) and are used to gather information from the user. +Prompts are written using [Plop prompts](https://plopjs.com/documentation/#using-prompts) and are used to gather information from the user. #### Actions