summaryrefslogtreecommitdiff
path: root/rsync.html
diff options
context:
space:
mode:
Diffstat (limited to 'rsync.html')
-rw-r--r--rsync.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsync.html b/rsync.html
index c18e92b..f4dca7e 100644
--- a/rsync.html
+++ b/rsync.html
@@ -32,7 +32,7 @@
<li><code>-z</code> &ndash; compress files for upload</li>
<li><code>-P</code> &ndash; if uploading a large file and upload breaks, pick up where we left off rather than reuploading the entire file</li>
</ul>
-<p>Avoid using the commonly used <code>-a</code> option when uploading. It changes can transfer your local machine's user and group permissions to your server, which might cause breakage.</p>
+<p>Avoid using the commonly used <code>-a</code> option when uploading. It can transfers your local machine's user and group permissions to your server, which might cause breakage.</p>
<h3>Scriptability</h3>
<p>It's a good idea to build your website offline, then make an rsync script or bash alias like the one above to upload the edited files when you have made updates.</p>
<h3>Password-less authentication</h3>