Skip to content

Commit

Permalink
chore(turborepo-docs): typo in code generation (#5445)
Browse files Browse the repository at this point in the history
### 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 <chris.olszewski@vercel.com>
  • Loading branch information
devdumpling and chris-olszewski authored Jul 3, 2023
1 parent 82df8e8 commit 17fa0b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

1 comment on commit 17fa0b1

@vercel
Copy link

@vercel vercel bot commented on 17fa0b1 Jul 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.