ソースを参照

Fix typo in composer-schema.json

Josh Di Fabio 10 年 前
コミット
03b7388eb2
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"
             }