From a0aa1f97f34c7bd14e894eedb92e90281924c2fd Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 14 Jul 2021 15:37:45 +0100 Subject: [PATCH] Fix grammar mistakes (#1441) --- content/faq/how-to-change-lbry-blob-files.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/faq/how-to-change-lbry-blob-files.md b/content/faq/how-to-change-lbry-blob-files.md index 5fac4231..d345ac74 100644 --- a/content/faq/how-to-change-lbry-blob-files.md +++ b/content/faq/how-to-change-lbry-blob-files.md @@ -29,7 +29,7 @@ First, make sure the application is completely closed - right-click on applicati > >- if your folder path contains spaces or other special characters, you’ll need to enclose it in quotation marks, like **"D:\LBRY Cache"** when you enter the commands. -- if you don't have already created the folder where you want to move the blob files folder, then create it now. In our example this will be placed on drive **`D:`** and named **`LBRYCache`**. +- if you haven't already created the folder where you want to move the blob files folder, then create it now. In our example this will be placed on drive **`D:`** and named **`LBRYCache`**. - if you want to preserve the existing downloaded blob files then enter the next command, if not, go the the next one: @@ -89,7 +89,7 @@ If you respected all the above instructions you'll see a success message, otherw > >- if your destination folder contains spaces or other special characters, you’ll need to enclose it in quotation marks, like **`/volumes/Volume_Name/"LBRY Cache"`** when enter the commands. -- if you don't have already created the folder where you want to move the blob files folder, then create it now: +- if you haven't already created the folder where you want to move the blob files folder, then create it now: **`mkdir /volumes/Volume_Name/LBRY_Cache`** [press Enter] @@ -123,7 +123,7 @@ If you respected all the above instructions you'll see a success message, otherw > >- if your folder path contains spaces or other special characters, you’ll need to enclose it in quotation marks, like **`"/media/User_Name/Volume_Name/LBRY Cache"`** when you enter the commands; - - if you don't have already created the folder where you want to move the blob files folder, then create it now: + - if you haven't already created the folder where you want to move the blob files folder, then create it now: **`mkdir /media/User_Name/Volume_Name/LBRY_Cache`** [press Enter]