Skip to content

Commit d618e52

Browse files
authored
chore(docs): fix spelling and grammar errors (ethereum#1950)
1 parent 81276a0 commit d618e52

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ In particular, we appreciate support in the following areas:
99
- Improving the documentation.
1010

1111
> [!IMPORTANT]
12-
> Generally, we do not assign issues to external contributors. If you want to work on an issue, you are very welcome to go ahead and make a pull request. We would, hoever, be happy to answer questions you may have before you start implementing.
12+
> Generally, we do not assign issues to external contributors. If you want to work on an issue, you are very welcome to go ahead and make a pull request. We would, however, be happy to answer questions you may have before you start implementing.
1313
14-
For details about EELS usage and building, please refer the [README](https://github.com/ethereum/execution-specs/blob/master/README.md#usage)
14+
For details about EELS usage and building, please refer to the [README](https://github.com/ethereum/execution-specs/blob/master/README.md#usage)
1515

1616
## Contribution Guidelines
1717

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The Ethereum specification is maintained as a Python library, for better integra
6767

6868
Requires Python 3.11+
6969

70-
### Building Specification Doucumentation
70+
### Building Specification Documentation
7171

7272
Building the spec documentation is most easily done through [`tox`](https://tox.readthedocs.io/en/latest/):
7373

src/ethereum/crypto/blake2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class Blake2:
3636
"""
3737
Implementation of the BLAKE2 cryptographic hashing algorithm.
3838
39-
Please refer the following document for details:
39+
Please refer to the following document for details:
4040
https://datatracker.ietf.org/doc/html/rfc7693
4141
"""
4242

0 commit comments

Comments
 (0)