Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

chore: fix typos #1300

Merged
merged 4 commits into from
Dec 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
4 changes: 2 additions & 2 deletions docs/contributor-starter-pack.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion docs/project-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/sharingan-starter-pack.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading