From 03b7388eb22921e62d29b6c9e69768e5ec0ce8df Mon Sep 17 00:00:00 2001 From: Josh Di Fabio Date: Wed, 6 May 2015 09:57:35 +0100 Subject: [PATCH] Fix typo in composer-schema.json --- res/composer-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/composer-schema.json b/res/composer-schema.json index 83185eb22..582788271 100644 --- a/res/composer-schema.json +++ b/res/composer-schema.json @@ -417,7 +417,7 @@ }, "non-feature-branches": { "type": ["array"], - "description": "A set of string or regex patterns for non-numeric branch names that will not be handles as feature branches.", + "description": "A set of string or regex patterns for non-numeric branch names that will not be handled as feature branches.", "items": { "type": "string" }