1
0
Fork 0

Fix typos

pull/279/merge
Jordi Boggiano 2012-05-01 16:01:55 +02:00
parent 2653ece028
commit 14f7d10478
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

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