summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-11-29 22:45:21 +0100
committerGitHub <noreply@github.com>2018-11-29 22:45:21 +0100
commit5751692a0b167f31ad011ffdb0845cdb48de919c (patch)
tree41986dcc6f33475b4c0a1275ac64c8bddcde1777
parent331f3b2652c39cde05a8cdd774c5a290a0aac8bc (diff)
parent77d835ffb82c340def73e65dfa1b54b630ec89cc (diff)
downloadnextcloud-server-5751692a0b167f31ad011ffdb0845cdb48de919c.tar.gz
nextcloud-server-5751692a0b167f31ad011ffdb0845cdb48de919c.zip
Merge pull request #12747 from nextcloud/bugfix/noid/typo-in-appinfo
update compatible versions for cloud federation api
-rw-r--r--apps/cloud_federation_api/appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/cloud_federation_api/appinfo/info.xml b/apps/cloud_federation_api/appinfo/info.xml
index 08b02737232..49e79149976 100644
--- a/apps/cloud_federation_api/appinfo/info.xml
+++ b/apps/cloud_federation_api/appinfo/info.xml
@@ -4,7 +4,7 @@
<id>cloud_federation_api</id>
<name>Cloud Federation API</name>
<summary>Enable clouds to communicate with each other and exchange data</summary>
- <description>The Cloud Federation API enabled various Nextcloud instances to communitcate with each other and to exchange data</description>
+ <description>The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data.</description>
<version>0.2.0</version>
<licence>agpl</licence>
<author>Bjoern Schiessle</author>