Skip to content

Commit

Permalink
Update src/add-to-project.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
iansan5653 committed Mar 30, 2023
1 parent 07c29ba commit 2a9da7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/add-to-project.ts
Expand Up @@ -78,7 +78,7 @@ export async function addToProject(): Promise<void> {

if (!urlMatch) {
throw new Error(
`Invalid project URL: ${projectUrl}. Project URL should match the format <Github server domain name>/<orgs-or-users>/<ownerName>/projects/<projectNumber>`,
`Invalid project URL: ${projectUrl}. Project URL should match the format <GitHub server domain name>/<orgs-or-users>/<ownerName>/projects/<projectNumber>`,
)
}

Expand Down

0 comments on commit 2a9da7b

Please sign in to comment.