From 13560bdee52e08b88e2f85db33c9008f32e98cf1 Mon Sep 17 00:00:00 2001 From: Tom-K Date: Sat, 16 Mar 2024 16:20:51 +0800 Subject: [PATCH] Update getting-started.md Spelling: endpoint incorrectly spelled --- getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started.md b/getting-started.md index 3c3e5bf..d5a7966 100644 --- a/getting-started.md +++ b/getting-started.md @@ -3,6 +3,6 @@ There are now two RPC APIs in Execution Clients: 1. Querying API `http://geth.dappnode:8545`. Use this endpoint to query transactions on your node and connect your web3 wallet. -2. Engine API `http//geth.dappnode:8551`. Use this enpoint to connect your Beacon Chain (Consensus Layer) client. +2. Engine API `http//geth.dappnode:8551`. Use this endpoint to connect your Beacon Chain (Consensus Layer) client. After the merge, if your Execution Client is not connected to a Consensus Layer client, you won't be able to use it to query the blockchain, nor will you be able to connect your wallet to it!