From 9896348bd6868303983c1fa012671b15057cec39 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Mon, 1 Jul 2024 11:23:39 +0200 Subject: [PATCH] Update index.md --- docs/fundamentals/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fundamentals/index.md b/docs/fundamentals/index.md index 2d7030a8cb..8e180a8154 100644 --- a/docs/fundamentals/index.md +++ b/docs/fundamentals/index.md @@ -26,5 +26,5 @@ Note also that there is a page explaining common log messages that are often que - [Pruning](/docs/fundamentals/pruning): read about Geth's data pruning options - [Private networks via kurtosis](/docs/fundamentals/kurtosis): learn how to set up a private network of multiple Geth nodes using Kurtosis - [Private networks](/docs/fundamentals/private-network): learn how to set up a private network of multiple Geth nodes -- [Config files](/docs/fundamentals/config-files): learn about using of config files for Geth +- [Config files](/docs/fundamentals/config-files): learn about using config files to tune Geth - [Mining](/docs/fundamentals/mining): read about the mining algorithms Geth used to use to secure Ethereum before the network switched to proof-of-stake.