Jelajahi Sumber

Fix typo in composer-schema.json

Josh Di Fabio 10 tahun lalu
induk
melakukan
03b7388eb2
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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"
             }