From f0487553af484a2da56bbe232b4e11133ced01ab Mon Sep 17 00:00:00 2001 From: tituspijean Date: Fri, 4 Feb 2022 18:53:08 +0100 Subject: [PATCH] Fix typos --- doc/DISCLAIMER.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index bd7eac9..7ccb1d8 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -1,14 +1,14 @@ ## Installation 1. No LDAP support. - 1. You need more then **1GB** of ram. If you don't have it, please create a **swap memory**. + 1. You need more than **1GB** of ram. If you don't have it, please create a **swap memory**. dd if=/dev/zero of=/swapfile bs=1024 count=1048576 mkswap /swapfile swapon /swapfile echo "/swapfile swap swap defaults 0 0" >> /etc/fstab - 1. This app is multi-instance (you can have more then one Ghost blogging websites on a single YunoHost server) + 1. This app is multi-instance (you can have more than one Ghost blogging websites on a single YunoHost server) ### Installing the Ghost app