From e55e4cc871745269ea1eff6e57b4e4ac3f6c7b5a Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Fri, 7 Aug 2015 07:40:24 +0545 Subject: [PATCH] Dev App Info minor typos --- developer_manual/app/info.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/developer_manual/app/info.rst b/developer_manual/app/info.rst index 3f9cb427c..e63979737 100644 --- a/developer_manual/app/info.rst +++ b/developer_manual/app/info.rst @@ -78,7 +78,7 @@ name description ----------- -**Required**: This contains the description of the app which will be shown in the apps overview page. +**Required**: This contains the description of the app which will be shown in the app overview page. version ------- @@ -109,21 +109,21 @@ types ----- ownCloud allows to specify four kind of "types". Currently supported "types": -* **prelogin**: apps which needs to load on the login page +* **prelogin**: apps which need to load on the login page -* **filesystem**: apps which provides filesystem functionality (e.g. files sharing app) +* **filesystem**: apps which provide filesystem functionality (e.g. files sharing app) -* **authentication**: apps which provided authentication backends +* **authentication**: apps which provide authentication backends * **logging**: apps which implement a logging system documentation ------------- -link to 'admin' and 'user' documentation +Link to 'admin' and 'user' documentation website ------- -link to project web page +Link to project web page repository ----------