Skip to content

Commit

Permalink
Tiny typo fix in create-cloudflare remix CLI (#6889)
Browse files Browse the repository at this point in the history
“updateed wrangler@latest” → “updated wrangler@latest”
  • Loading branch information
acusti authored Oct 4, 2024
1 parent 1caa7fd commit 7a3a6b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const configure = async () => {
await installPackages(["wrangler@latest"], {
dev: true,
startText: "Updating the Wrangler version",
doneText: `${brandColor(`updateed`)} ${dim("wrangler@latest")}`,
doneText: `${brandColor(`updated`)} ${dim("wrangler@latest")}`,
});

const typeDefsPath = "load-context.ts";
Expand Down

0 comments on commit 7a3a6b4

Please sign in to comment.