Skip to content

Commit c9717e3

Browse files
authored
Fix: typos (#362)
* Fix: typo Fix: typo * Fix: typos Fix: typos * Fix: typo Fix: typo
1 parent 8ce30fc commit c9717e3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ information.
7373

7474
[View the spec][graphql-schema]
7575

76-
[EIP-1767][eip-1767] proposed a GraphQL schema for interacting with Ethereum clients. Since then Besu and Geth have implemented the interface. This repo contains a live specification to integrate changes to the protocol as well as other improvements into the GraphQL shema.
76+
[EIP-1767][eip-1767] proposed a GraphQL schema for interacting with Ethereum clients. Since then Besu and Geth have implemented the interface. This repo contains a live specification to integrate changes to the protocol as well as other improvements into the GraphQL schema.
7777

7878
### Generation
7979

docs/making-changes.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ there can be a huge variance in actual design decisions.
4343

4444
As an example, a proposal for a method such as `eth_totalSupply` seems
4545
reasonable. This is a quantity that users are often interested in and it would
46-
nice to have it available. However, tracking the total supply is tricky. There
46+
be nice to have it available. However, tracking the total supply is tricky. There
4747
are several avenues where ether can enter and leave supply. This method would
4848
need to either i) compute the value on demand or ii) store value for each block
4949
height.
@@ -64,13 +64,13 @@ method be created.
6464

6565
## Standardization
6666

67-
There is not a formal process for standardization of API changes. However, the
68-
outline below should given proposal authors and champions a rough process to
67+
There is no formal process for standardization of API changes. However, the
68+
outline below should give proposal authors and champions a rough process to
6969
follow.
7070

7171
### Idea
7272

73-
An often overlooked aspect on the standardization journey is the idea phase.
73+
An often overlooked aspect of the standardization journey is the idea phase.
7474
This is an important period of time, because some focused effort at this point
7575
in time can save time and make the rest of the process much smoother.
7676

@@ -109,7 +109,7 @@ clients. This should be expected and not discourage authors.
109109
After client teams acknowledge and accept the change, it is usually on them to
110110
implement the method in their client. Due to the lack of versioning of the API,
111111
it is preferable that clients release the method roughly at the same time so
112-
that there is not much time where some clients support a certain methods and
112+
that there is not much time when some clients support certain methods and
113113
others don't.
114114

115115

src/engine/paris.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ The payload build process is specified as follows:
272272

273273
4. Consensus Layer client software **SHOULD** poll this endpoint every 60 seconds.
274274

275-
5. Execution Layer client software **SHOULD** surface an error to the user if it does not recieve a request on this endpoint at least once every 120 seconds.
275+
5. Execution Layer client software **SHOULD** surface an error to the user if it does not receive a request on this endpoint at least once every 120 seconds.
276276

277277
6. Considering the absence of the `TERMINAL_BLOCK_NUMBER` setting, Consensus Layer client software **MAY** use `0` value for the `terminalBlockNumber` field in the input parameters of this call.
278278

0 commit comments

Comments
 (0)