docs: fix incorrect reference (#5527)
docs(devkit): fix incorrect reference to executors
This commit is contained in:
parent
568cf8cf73
commit
bbd28dc202
@ -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
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user