瀏覽代碼

Merge pull request #4006 from joshdifabio/patch-1

Fix typo in composer-schema.json
Jordi Boggiano 10 年之前
父節點
當前提交
6c63fe9f22
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      res/composer-schema.json

+ 1 - 1
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"
             }