From 598b4913148bd84fd905be1d589eedadc8d65511 Mon Sep 17 00:00:00 2001
From: Anders Slaaen <anderks@stud.ntnu.no>
Date: Wed, 18 May 2022 09:29:40 +0000
Subject: [PATCH] skriveleif

---
 demo-website/my-project/index.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/demo-website/my-project/index.js b/demo-website/my-project/index.js
index 3f239d32..cb0117f1 100644
--- a/demo-website/my-project/index.js
+++ b/demo-website/my-project/index.js
@@ -39,7 +39,7 @@ function getIP() {
             <p>In about 5 miniutes you should be able to upload files to your fileserver</p>
             <p>To do this you can follow <a href="https://wiki.filezilla-project.org/Howto" class="link-primary" target="_blank">this</a> guide on how to use Filezilla with key based authentication</p>
 
-            <p>Or if you perfer you open a shell inside the folder containing files you wish to upload, then use the command below to start a SFTP session</p>
+            <p>Or if you prefer you open a shell inside the folder containing files you wish to upload, then use the command below to start a SFTP session</p>
             <code>sftp -i /path/to/your/private_key ${owner}@${address.responseText}:/shared</code>
             <p>You now be able to upload files using <code>put filename</code> and download files using <code>get filename</code></p>
             
@@ -104,4 +104,4 @@ function deleteProject() {
         }
 
     }
-}
\ No newline at end of file
+}
-- 
GitLab