From 4f21f0af5a13657e8f280f4229802b92144ee1a5 Mon Sep 17 00:00:00 2001 From: Gary Rong Date: Mon, 7 Jul 2025 16:09:00 +0800 Subject: [PATCH] docs/fundamentals: fix format --- docs/fundamentals/archive.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fundamentals/archive.md b/docs/fundamentals/archive.md index 3e5a8f7158..4224dc4bbc 100644 --- a/docs/fundamentals/archive.md +++ b/docs/fundamentals/archive.md @@ -1,7 +1,7 @@ --- title: Archive mode description: Running an Archive Node in Geth --- +--- Geth supports two types of archive nodes that allow querying historical Ethereum state: hash-based and path-based. This document outlines both approaches.