From 138e7c397584c835befe4e21cde25beb1f8dbdfa Mon Sep 17 00:00:00 2001 From: witty <131909329+0xwitty@users.noreply.github.com> Date: Thu, 7 Nov 2024 21:14:10 +0300 Subject: [PATCH] Typo Update retrievability.md (#1785) "historic blocks" should corrected to "historical blocks" for consistency. --- learn/retrievability.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learn/retrievability.md b/learn/retrievability.md index f763f1e3513..e0420fa97c2 100644 --- a/learn/retrievability.md +++ b/learn/retrievability.md @@ -42,7 +42,7 @@ availability sampling for blocks within the data recency window of 30 days. ## Suggested practices for rollups Rollups may need to access historic data in order to allow new rollup nodes -to reconstruct the latest state by replaying historic blocks. Once data has +to reconstruct the latest state by replaying historical blocks. Once data has been published on Celestia and guaranteed to have been made available, rollups and applications are responsible for storing their historical data.