Skip to content

Commit

Permalink
chore: fix GitHub capitalisation
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjessop committed Oct 3, 2024
1 parent 27e8385 commit 2981418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/create-cloudflare/src/helpers/args.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const cliDefinition: ArgumentsDefinition = {
{ name: "demo", description: "Application Starter" },
{
name: "remote-template",
description: "Template from a Github repo",
description: "Template from a GitHub repo",
},
];
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-cloudflare/src/templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ export const createContext = async (
"Select from a range of starter applications using various Cloudflare products",
},
{
label: "Template from a Github repo",
label: "Template from a GitHub repo",
value: "remote-template",
description: "Start from an existing GitHub repo link",
},
Expand Down

0 comments on commit 2981418

Please sign in to comment.