Fix grammar mistakes (#1441)

This commit is contained in:
Alex 2021-07-14 15:37:45 +01:00 committed by GitHub
parent d74c78a2fc
commit a0aa1f97f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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, youll need to enclose it in quotation marks, like **"D:\LBRY Cache"** when you enter the commands. >- if your folder path contains spaces or other special characters, youll 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: - 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, youll need to enclose it in quotation marks, like **`/volumes/Volume_Name/"LBRY Cache"`** when enter the commands. >- if your destination folder contains spaces or other special characters, youll 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] **`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, youll need to enclose it in quotation marks, like **`"/media/User_Name/Volume_Name/LBRY Cache"`** when you enter the commands; >- if your folder path contains spaces or other special characters, youll 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] **`mkdir /media/User_Name/Volume_Name/LBRY_Cache`** [press Enter]