docs: fix incorrect reference (#5527)

docs(devkit): fix incorrect reference to executors
This commit is contained in:
Colin Ogoo 2021-05-04 20:59:52 +01:00 committed by GitHub
parent 568cf8cf73
commit bbd28dc202
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -314,7 +314,7 @@ An executor consists of the following:
### Schema
A generator's schema describes the inputs--what you can pass into it. The schema is used to validate inputs, to parse args (e.g., covert strings into numbers), to set defaults, and to power the VSCode plugin. It is written with [JSON Schema](https://json-schema.org/).
An executor's schema describes the inputs--what you can pass into it. The schema is used to validate inputs, to parse args (e.g., covert strings into numbers), to set defaults, and to power the VSCode plugin. It is written with [JSON Schema](https://json-schema.org/).
```json
{