Skip to content

Commit 5337cbc

Browse files
authored
docs: Fix grammar mistakes (#14127)
Noticed and fixed a couple of grammar issues: - "each ticks starts" → "each tick starts" (each requires a singular noun) - "the mining of certain block" → "the mining of a certain block" (a is needed before a singular countable noun)
1 parent 0db0027 commit 5337cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/merry-go-round-sync.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ node might like to do in the beginning).
1313

1414
The process of syncing happens in cycles. During each cycle, all participants attempt to distribute the entire content of the
1515
Ethereum state to each other. Therefore the duration of one cycle for the Ethereum mainnet is likely to be some hours.
16-
Cycle is divided into ticks. For convenience, we can say that each ticks starts after the mining of certain block, and lasts
16+
Cycle is divided into ticks. For convenience, we can say that each tick starts after the mining of a certain block, and lasts
1717
for some predetermined amount of time, let's say, 30 seconds. This definition means that the ticks will often overlap, but not
1818
always, as shown on the picture below.
1919

0 commit comments

Comments
 (0)