From dd92916755a591ba45ab72629a59958970d210bc Mon Sep 17 00:00:00 2001 From: David Wolinsky Date: Sat, 3 Dec 2022 22:29:03 -0800 Subject: [PATCH] Update blocks.md --- developer-docs-site/docs/concepts/blocks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer-docs-site/docs/concepts/blocks.md b/developer-docs-site/docs/concepts/blocks.md index f69788c01ea1e..9b176de823fab 100644 --- a/developer-docs-site/docs/concepts/blocks.md +++ b/developer-docs-site/docs/concepts/blocks.md @@ -16,4 +16,4 @@ Each Aptos block contains both user transactions and special system transactions ## Epoch -In Aptos, epochs represent a longer period of time in order to safely synchronize major changes such as validator set additions/removals. An epoch is a fixed duration of time, currently defined as two hours on mainnet. The number of blocks in an epoch depends on how many blocks can execute within this period fof time. It is only at the start of a new epoch that major changes such as a validator joining the validator set don't immediately take effect among the validators. +In Aptos, epochs represent a longer period of time in order to safely synchronize major changes such as validator set additions/removals. An epoch is a fixed duration of time, currently defined as two hours on mainnet. The number of blocks in an epoch depends on how many blocks can execute within this period of time. It is only at the start of a new epoch that major changes such as a validator joining the validator set don't immediately take effect among the validators.