Skip to content

Commit

Permalink
Corrected inquirer prompt example
Browse files Browse the repository at this point in the history
  • Loading branch information
bobmonsour committed Jun 5, 2024
1 parent 3761577 commit 6b8e1c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/posts/node-cli-of-my-dreams.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ The inquirer package generates it with very little code:

```js
const entryType = await rawlist({
name: "entryType",
message: "Type of entry:",
choices: [
{ name: "post", value: "post" },
Expand Down

0 comments on commit 6b8e1c7

Please sign in to comment.