From 05f840ecc88c20251f9e2a30a410e4bc614123e6 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Tue, 30 Aug 2022 13:30:25 +1000 Subject: [PATCH] Small typos in docs/install.md --- docs/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install.md b/docs/install.md index bde2871..16ff2b4 100644 --- a/docs/install.md +++ b/docs/install.md @@ -105,7 +105,7 @@ Setup a reverse proxy (see the next section). ### Updating -To update microblogpub locally, pull the remote changes and run the `update` task to regeneratee the CSS and run any DB migrations. +To update microblogpub locally, pull the remote changes and run the `update` task to regenerate the CSS and run any DB migrations. ```bash git pull @@ -136,7 +136,7 @@ server { # [...] } -# This should be oustside the `server` block +# This should be outside the `server` block map $http_upgrade $connection_upgrade { default upgrade; '' close;