From 14f7d10478a2316802ee826dd8e2a15636546149 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Tue, 1 May 2012 16:01:55 +0200 Subject: [PATCH] Fix typos --- doc/04-schema.md | 2 +- res/composer-schema.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/04-schema.md b/doc/04-schema.md index fb7ef7376..fe91cf4ed 100644 --- a/doc/04-schema.md +++ b/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: diff --git a/res/composer-schema.json b/res/composer-schema.json index 1d1ddfadf..f1f7ed1f9 100644 --- a/res/composer-schema.json +++ b/res/composer-schema.json @@ -69,7 +69,7 @@ }, "role": { "type": "string", - "description": "Author's Role in development." + "description": "Author's role in the project." } } }