From 7b62292b63aaaac3a1b8794f3c39eba5c1314a86 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Tue, 9 Jul 2024 13:31:58 +0200 Subject: [PATCH] chore: fix typos (#2898) * fix typos * fix typo --- crates/pallet-feeds/README.md | 2 +- docs/farming.md | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/crates/pallet-feeds/README.md b/crates/pallet-feeds/README.md index 1c25f04fb0..28288eeed2 100644 --- a/crates/pallet-feeds/README.md +++ b/crates/pallet-feeds/README.md @@ -3,7 +3,7 @@ License: Apache-2.0 Pallet feeds provides the interactions with Subspace storage. The main design goal for Feeds is not only to push objects -to the Storage but also to provide a way for the for feed owners to inject some verification logic through `FeedProcessor` +to the Storage but also to provide a way for the feed owners to inject some verification logic through `FeedProcessor` impls. ## Calls diff --git a/docs/farming.md b/docs/farming.md index a449060642..aa07fdcec8 100644 --- a/docs/farming.md +++ b/docs/farming.md @@ -41,7 +41,7 @@ If you're connected directly without any router, then again nothing needs to be ```PowerShell # Replace `NODE_FILE_NAME.exe` with the name of the node file you downloaded from releases -# Replace `PATH_TO_NODE` with location where you want you store node data +# Replace `PATH_TO_NODE` with location where you want to store node data # Replace `INSERT_YOUR_ID` with a nickname you choose # Copy all of the lines below, they are all part of the same command .\NODE_FILE_NAME.exe run ` @@ -76,7 +76,7 @@ If you're connected directly without any router, then again nothing needs to be 7. We will then open another terminal, change to the downloads directory, then start the farmer node with the following command: ```PowerShell # Replace `FARMER_FILE_NAME.exe` with the name of the farmer file you downloaded from releases -# Replace `PATH_TO_FARM` with location where you want you store plot files +# Replace `PATH_TO_FARM` with location where you want to store plot files # Replace `WALLET_ADDRESS` below with your account address from Polkadot.js wallet # Replace `PLOT_SIZE` with plot size in gigabytes or terabytes, for example 100G or 2T (but leave at least 60G of disk space for node and some for OS) .\FARMER_FILE_NAME.exe farm --reward-address WALLET_ADDRESS path=PATH_TO_FARM,size=PLOT_SIZE @@ -91,7 +91,7 @@ If you're connected directly without any router, then again nothing needs to be ```bash # Replace `NODE_FILE_NAME` with the name of the node file you downloaded from releases -# Replace `PATH_TO_NODE` with location where you want you store node data +# Replace `PATH_TO_NODE` with location where you want to store node data # Replace `INSERT_YOUR_ID` with a nickname you choose # Copy all of the lines below, they are all part of the same command ./NODE_FILE_NAME run \ @@ -125,7 +125,7 @@ If you're connected directly without any router, then again nothing needs to be 7. We will then open another terminal, change to the downloads directory, then start the farmer node with the following command: ```bash # Replace `FARMER_FILE_NAME` with the name of the farmer file you downloaded from releases -# Replace `PATH_TO_FARM` with location where you want you store plot files +# Replace `PATH_TO_FARM` with location where you want to store plot files # Replace `WALLET_ADDRESS` below with your account address from Polkadot.js wallet # Replace `PLOT_SIZE` with plot size in gigabytes or terabytes, for example 100G or 2T (but leave at least 60G of disk space for node and some for OS) ./FARMER_FILE_NAME farm --reward-address WALLET_ADDRESS path=PATH_TO_FARM,size=PLOT_SIZE @@ -144,7 +144,7 @@ After this, simply repeat the step you prompted for (step 4 or 6). This time, cl ```bash # Replace `NODE_FILE_NAME` with the name of the node file you downloaded from releases -# Replace `PATH_TO_NODE` with location where you want you store node data +# Replace `PATH_TO_NODE` with location where you want to store node data # Replace `INSERT_YOUR_ID` with a nickname you choose # Copy all of the lines below, they are all part of the same command ./NODE_FILE_NAME run \ @@ -177,7 +177,7 @@ After this, simply repeat the step you prompted for (step 4 or 6). This time, cl ``` 7. We will then open another terminal, change to the downloads directory, then start the farmer node with the following command: ```bash -# Replace `PATH_TO_FARM` with location where you want you store plot files +# Replace `PATH_TO_FARM` with location where you want to store plot files # Replace `FARMER_FILE_NAME` with the name of the farmer file you downloaded from releases # Replace `WALLET_ADDRESS` below with your account address from Polkadot.js wallet # Replace `PLOT_SIZE` with plot size in gigabytes or terabytes, for example 100G or 2T (but leave at least 60G of disk space for node and some for OS)