From 7369aba645bed5fc1025581342d7e2b54aa468db Mon Sep 17 00:00:00 2001 From: Mathias Brodala Date: Mon, 18 Dec 2017 11:39:40 +0100 Subject: [PATCH] Fix some grammar --- res/composer-schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/composer-schema.json b/res/composer-schema.json index 558f54d5c..80a8312b4 100644 --- a/res/composer-schema.json +++ b/res/composer-schema.json @@ -379,7 +379,7 @@ }, "scripts": { "type": ["object"], - "description": "Scripts listeners that will be executed before/after some events.", + "description": "Script listeners that will be executed before/after some events.", "properties": { "pre-install-cmd": { "type": ["array", "string"], @@ -449,7 +449,7 @@ }, "scripts-descriptions": { "type": ["object"], - "description": "Descriptions for scripts listeners, shown in console help.", + "description": "Descriptions for custom commands, shown in console help.", "additionalProperties": { "type": "string" }