1
0
Fork 0

Merge pull request #4006 from joshdifabio/patch-1

Fix typo in composer-schema.json
pull/4010/head
Jordi Boggiano 2015-05-06 14:24:06 +01:00
commit 6c63fe9f22
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}