diff options
author | Alex Auvolat <alex@adnab.me> | 2022-02-08 14:17:46 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-02-08 14:17:46 +0100 |
commit | dbe7738da3caa7b0d6725add57cb330a19e3d50c (patch) | |
tree | d0cae4c82b1dc5dd1c161ffa841f5f69a0ab7716 | |
parent | dccdd30e7429831450b286c0c4dd065bf1d5b385 (diff) | |
download | garagehq.deuxfleurs.fr-dbe7738da3caa7b0d6725add57cb330a19e3d50c.tar.gz garagehq.deuxfleurs.fr-dbe7738da3caa7b0d6725add57cb330a19e3d50c.zip |
Fix english mistakes
-rwxr-xr-x | templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html index 1688bea..efe05aa 100755 --- a/templates/index.html +++ b/templates/index.html @@ -77,13 +77,13 @@ <div class="w-2 h-2 rounded-full bg-garage-orange"></div> <li class="py-1.5 flex flex-col items-center justify-center"> <span>Fast to deploy, safe to operate</span> - <p class="font-normal text-center">We are sysadmin, we know the value of operator friendly software</p> + <p class="font-normal text-center">We are sysadmins, we know the value of operator friendly software</p> </li> <div class="w-2 h-2 rounded-full bg-garage-orange"></div> <li class="py-1.5 flex flex-col items-center justify-center"> <span>Deploy everywhere on every machine</span> <p class="font-normal text-center">We do not have a dedicated backbone, neither do you,<br> - so we made a software that run over the Internet across multiple datacenter</p> + so we made software that run over the Internet across multiple datacenters</p> </li> <div class="w-2 h-2 rounded-full bg-garage-orange"></div> <li class="py-1.5 flex flex-col items-center justify-center text-center"> |