From bbd28dc202facc291721c4aaf6eed01a7f92c072 Mon Sep 17 00:00:00 2001 From: Colin Ogoo Date: Tue, 4 May 2021 20:59:52 +0100 Subject: [PATCH] docs: fix incorrect reference (#5527) docs(devkit): fix incorrect reference to executors --- docs/shared/devkit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/shared/devkit.md b/docs/shared/devkit.md index ac85f66767..84d87e45e6 100644 --- a/docs/shared/devkit.md +++ b/docs/shared/devkit.md @@ -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 {