diff --git a/plugins/scaffolder-backend/src/scaffolder/actions/builtin/publish/azure.ts b/plugins/scaffolder-backend/src/scaffolder/actions/builtin/publish/azure.ts index e459555adb..58ba6d3131 100644 --- a/plugins/scaffolder-backend/src/scaffolder/actions/builtin/publish/azure.ts +++ b/plugins/scaffolder-backend/src/scaffolder/actions/builtin/publish/azure.ts @@ -94,7 +94,7 @@ export function createPublishAzureAction(options: { if (!returnedRepo) { throw new InputError( `Unable to create the repository with Organization ${organization}, Project ${owner} and Repo ${repo}. - Please make sure you that both the Org and Project are typed corrected and exist.`, + Please make sure that both the Org and Project are typed corrected and exist.`, ); } const remoteUrl = returnedRepo.remoteUrl;