diff --git a/demo-website/my-project/index.js b/demo-website/my-project/index.js index 3f239d325f86b18de77e80894c04bcf584f72604..cb0117f173328577aa36f1e786a96fe33b1e46fa 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 +}