From ec404a9c0b00e5b70257710206cb74ff2a482d04 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Wed, 6 Dec 2023 12:52:19 +0100 Subject: [PATCH 1/4] fix typo --- docs/sharingan-starter-pack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sharingan-starter-pack.md b/docs/sharingan-starter-pack.md index 6135da306e..cf85e563cc 100644 --- a/docs/sharingan-starter-pack.md +++ b/docs/sharingan-starter-pack.md @@ -254,7 +254,7 @@ and check that your node is appearing and start synchronizing the blocks. **Welcome to Sharingan, you're in!** :rocket: For now, there are few transactions, and the storage for the 20,000+ blocks is -less that 1GB. But this will vary in the future depending on the network +less than 1GB. But this will vary in the future depending on the network activity. ## Interact with Starknet using JSON RPC From 8e5c3dbe4f1dc104adfe6549796877709f554368 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Wed, 6 Dec 2023 12:54:17 +0100 Subject: [PATCH 2/4] fix typo --- docs/project-structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/project-structure.md b/docs/project-structure.md index f9f9fc688c..7b07eefaea 100644 --- a/docs/project-structure.md +++ b/docs/project-structure.md @@ -16,7 +16,7 @@ The Madara project consists of the following directories: ### Node -Madara node expose a number of capabilities: +Madara node exposes a number of capabilities: - Networking: Substrate nodes use the [`libp2p`](https://libp2p.io/) networking stack to allow the nodes in the network to communicate with one another. From 5411fc47ec2a6d1a4c302004cd4f6dafed5666b3 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Wed, 6 Dec 2023 12:58:23 +0100 Subject: [PATCH 3/4] fix typos --- docs/contributor-starter-pack.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contributor-starter-pack.md b/docs/contributor-starter-pack.md index 93ee3cb643..8c7f51cc66 100644 --- a/docs/contributor-starter-pack.md +++ b/docs/contributor-starter-pack.md @@ -295,7 +295,7 @@ How to contribute? 3. Work on your fork, in a branch dedicated to the issue you are working on. 4. Push your changes to your fork, and submit a pull request (PR) on Madara official repository. -5. If change is non trivial and require some time to complete we suggest opening +5. If change is non trivial and requires some time to complete we suggest opening a Draft PR. In case you need any help you can ask in [madara's telegram](https://t.me/MadaraStarknet) channel and link to the relevant code path. @@ -317,7 +317,7 @@ servers browser) Starkware, which is the company at the root of Starknet innovation, is rewarding the contributors via [OnlyDust](https://www.onlydust.xyz/). This is an amazing -initiative and opportunity that reward early builders of the Starknet ecoystem. +initiative and opportunity that rewards early builders of the Starknet ecosystem. How it works? Simple: From b81fffebd620be6977839f64732ab0c3f7ea03ce Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Wed, 6 Dec 2023 12:59:09 +0100 Subject: [PATCH 4/4] fix typo --- docs/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index ef8a9faad5..20d5535110 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -25,7 +25,7 @@ To set up a development environment, please follow these steps: ## Issues and feature requests You've found a bug in the source code, a mistake in the documentation or maybe -you'd like a new feature?Take a look at +you'd like a new feature? Take a look at [GitHub Discussions](https://github.com/keep-starknet-strange/madara/discussions) to see if it's already being discussed. You can help us by [submitting an issue on GitHub](https://github.com/keep-starknet-strange/madara/issues).