Skip to content

Commit 08ebbca

Browse files
jSqqrq1SamWilsn
authored andcommitted
docs: fix typos and inaccuracies
1 parent 8680760 commit 08ebbca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Some clarifications were enabled without protocol releases:
5959

6060
## Execution Specification (work-in-progress)
6161

62-
The execution specification is a python implementation of Ethereum that prioritizes readability and simplicity. It will accompanied by both narrative and API level documentation of the various components written in markdown and rendered using docc...
62+
The execution specification is a python implementation of Ethereum that prioritizes readability and simplicity. It will be accompanied by both narrative and API level documentation of the various components written in markdown and rendered using docc...
6363

6464
* [Rendered specification](https://ethereum.github.io/execution-specs/)
6565

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Overview
44

55
While the Ethereum Execution Layer Specification (EELS) is not intended to be a
6-
production ready client, the software is intended to fully capable of applying
6+
production ready client, the software is intended to be fully capable of applying
77
state transitions for local testing and acts as a point of reference for the
88
other Execution Layer (EL) clients. Therefore, a bug in this spec _could_ imply
99
a bug in the production clients, though this is not necessarily the case.
@@ -28,7 +28,7 @@ recommend using the [latest version](https://github.com/ethereum/execution-specs
2828

2929
#### Normal Issues
3030

31-
File a issue in GitHub
31+
File an issue in GitHub
3232

3333
#### Serious Issues
3434

0 commit comments

Comments
 (0)