diff --git a/plugins/scaffolder-backend/src/service/router.ts b/plugins/scaffolder-backend/src/service/router.ts index 46fdcbe806..2e4549c8f1 100644 --- a/plugins/scaffolder-backend/src/service/router.ts +++ b/plugins/scaffolder-backend/src/service/router.ts @@ -148,7 +148,7 @@ export async function createRouter( options: RouterOptions, ): Promise { const router = Router(); - // Be generous in upload size to support a wide rande of templates in dry-run mode. + // Be generous in upload size to support a wide range of templates in dry-run mode. router.use(express.json({ limit: '10MB' })); const {