Fix typos
parent
2653ece028
commit
14f7d10478
|
@ -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:
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
},
|
||||
"role": {
|
||||
"type": "string",
|
||||
"description": "Author's Role in development."
|
||||
"description": "Author's role in the project."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue