docs: fix various typos

This commit is contained in:
Ben Boeckel
2019-03-27 15:12:24 -04:00
committed by Nick Craig-Wood
parent 6fb1c8f51c
commit 3d424c6e08
17 changed files with 32 additions and 32 deletions

View File

@ -262,7 +262,7 @@ There is an issue with wrapping the remotes in this order:
During testing, I experienced a lot of bans with the remotes in this order.
I suspect it might be related to how crypt opens files on the cloud provider
which makes it think we're downloading the full file instead of small chunks.
Organizing the remotes in this order yelds better results:
Organizing the remotes in this order yields better results:
<span style="color:green">**cloud remote** -> **cache** -> **crypt**</span>
#### absolute remote paths ####