소스 검색

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