Skip to content

Commit 0765fba

Browse files
committed
fix typo
1 parent 7a8480d commit 0765fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/vercel_token_auth/actions/create-deployment/create-deployment.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default {
5656
try {
5757
const { link } = await this.vercelTokenAuth.getProject(this.project);
5858
if (link) {
59-
props.branch.description = `Branch of \`${link.repo}\` repository to deploye to`;
59+
props.branch.description = `Branch of \`${link.repo}\` repository to deploy to`;
6060
props.branch.default = link?.productionBranch || "main";
6161
}
6262
return props;

0 commit comments

Comments
 (0)