Skip to content
This repository has been archived by the owner on Feb 18, 2025. It is now read-only.

Commit

Permalink
README.md, cmd/clef/datatypes.md: typos (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
omahs authored Mar 12, 2024
1 parent ffa7eab commit cd68900
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Official Golang execution layer implementation of the Ronin protocol. It is a fork of Go Ethereum -
[https://github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) and EVM compatible.

Ronin consensus use Proof of Staked Authority, a combination of dPoS and PoA, to increase the level of decentralization and allows the token holders to join the network as validators
Ronin consensus uses Proof of Staked Authority, a combination of dPoS and PoA, to increase the level of decentralization and allows the token holders to join the network as validators

Check out the [whitepaper]() for more information.

Expand Down Expand Up @@ -87,7 +87,7 @@ configuration file via:
$ ronin --config /path/to/your_config.toml
```

To get an idea how the file should look like you can use the `dumpconfig` subcommand to
To get an idea of how the file should look like you can use the `dumpconfig` subcommand to
export your existing configuration:

```shell
Expand Down Expand Up @@ -145,7 +145,7 @@ APIs!**
the more likely it is that you will be asked to resubmit as a series of self-contained and individually reviewable
smaller PRs.
- Maintainability: If the feature will require ongoing maintenance (eg support for a particular branch of database),
we nay ask you to accept responsibility for maintaining this feature
we may ask you to accept responsibility for maintaining this feature
- Commit message: Commit messages of Ronin project follows [https://www.conventionalcommits.org/en/v1.0.0/](https://www.conventionalcommits.org/en/v1.0.0/)

### Submit an issue
Expand Down
2 changes: 1 addition & 1 deletion cmd/clef/datatypes.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Example:
},
{
"type": "Info",
"message": "User should see this aswell"
"message": "User should see this as well"
}
],
"meta": {
Expand Down

0 comments on commit cd68900

Please sign in to comment.