Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typos and grammatical errors. #3345

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ For more information you can follow these links:
* [Testnet](https://docs.aelf.io/en/latest/tutorials/testnet.html)
* [White Paper](https://aelf.io/gridcn/aelf_whitepaper_EN.pdf)

This repository contains the code that runs an AElf node, you'll find bellow other important repositories in the AElf
This repository contains the code that runs an AElf node, you'll find below other important repositories in the AElf
ecosystem:

TOOL/LIBRARY | description
Expand All @@ -39,7 +39,7 @@ TOOL/LIBRARY | description

### This repository

This repo is where you will find the code that can use to run an AElf node. It also contains a **tests** folder that centralizes all the unit tests.
This repo is where you will find the code that can be used to run an AElf node. It also contains a **tests** folder that centralizes all the unit tests.

### Documentation

Expand Down Expand Up @@ -67,7 +67,7 @@ If you think you have found a bug in our system feel free to open a GitHub issue
#### Missing feature

We also use the GitHub issue tracker for features. If you think that some piece of functionality is missing in AElf, you can open an issue with the following in mind:
- check for similare feature requests already open.
- check for similar feature requests already open.
- provide as much detail and context as possible.
- be as convincing as possible as to why we need this feature and how everybody can benefit from it.

Expand Down