Jordi Boggiano 13 年 前
コミット
14f7d10478
2 ファイル変更2 行追加2 行削除
  1. 1 1
      doc/04-schema.md
  2. 1 1
      res/composer-schema.json

+ 1 - 1
doc/04-schema.md

@@ -145,7 +145,7 @@ Each author object can have following properties:
 * **name:** The author's name. Usually his real name.
 * **email:** The author's email address.
 * **homepage:** An URL to the author's website.
-* **role:** The authors role in the project (for e.g. developer or translator)
+* **role:** The authors' role in the project (e.g. developer or translator)
 
 An example:
 

+ 1 - 1
res/composer-schema.json

@@ -69,7 +69,7 @@
                     },
                     "role": {
                         "type": "string",
-                        "description": "Author's Role in development."
+                        "description": "Author's role in the project."
                     }
                 }
             }