docs(core): correct typo in ci-workflow generator description (#10695)

Generete -> Generate
This commit is contained in:
Lars Gyrup Brink Nielsen 2022-06-16 21:36:48 +02:00 committed by GitHub
parent ea159d7d87
commit 28b65f63a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -701,7 +701,7 @@
"required": ["ci"],
"presets": []
},
"description": "Generete a CI workflow.",
"description": "Generate a CI workflow.",
"implementation": "/packages/workspace/src/generators/ci-workflow/ci-workflow#ciWorkflowGenerator.ts",
"aliases": [],
"hidden": false,

View File

@ -146,7 +146,7 @@
"ci-workflow": {
"factory": "./src/generators/ci-workflow/ci-workflow#ciWorkflowGenerator",
"schema": "./src/generators/ci-workflow/schema.json",
"description": "Generete a CI workflow."
"description": "Generate a CI workflow."
}
}
}