From 817ea5ef1b9b33770d377971d2b91537f63f2978 Mon Sep 17 00:00:00 2001 From: djoate <56777051+djoate@users.noreply.github.com> Date: Mon, 11 Nov 2019 00:00:17 +0000 Subject: [PATCH] Fix some minor typos (#1479) * Update resources.html * Update selfhosted-cloud.html to make it more consistent with other the wording of the other Nextcloud entry in cloud storage --- _includes/sections/resources.html | 2 +- _includes/sections/selfhosted-cloud.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/sections/resources.html b/_includes/sections/resources.html index b4cc99f4..66e6c395 100644 --- a/_includes/sections/resources.html +++ b/_includes/sections/resources.html @@ -33,7 +33,7 @@ icon="fas fa-desktop" iconcolor="dark" page="/operating-systems/" - description="Find out how your operating system is comprimising your privacy, and what simple alternatives exist." + description="Find out how your operating system is compromising your privacy, and what simple alternatives exist." %} {% include card.html color="secondary" diff --git a/_includes/sections/selfhosted-cloud.html b/_includes/sections/selfhosted-cloud.html index 11f437e6..91214b93 100644 --- a/_includes/sections/selfhosted-cloud.html +++ b/_includes/sections/selfhosted-cloud.html @@ -7,7 +7,7 @@ {% include cardv2.html title="Nextcloud" image="/assets/img/provider/Nextcloud.png" -description="Nextcloud has similar functionally to the widely used Dropbox, with the difference being that Nextcloud is free and open-source, thereby allowing anyone to install and operate it without charge on a private server with no limits on storage space or the number of connected clients." +description="Nextcloud is similar in functionality to the widely used Dropbox, with the difference being that Nextcloud is free and open-source, thereby allowing anyone to install and operate it without charge on a private server with no limits on storage space or the number of connected clients." website="https://nextcloud.com/" forum="https://forum.privacytools.io/t/discussion-nextcloud/287" windows="https://nextcloud.com/install/#install-clients"