From c4a73900c6c019a72fab4accd5615deba0eb92ad Mon Sep 17 00:00:00 2001 From: "architect.bian" Date: Mon, 2 Mar 2020 20:47:46 +0800 Subject: [PATCH] "eth attach" should be "geth attach" (#20732) "eth attach" should be "geth attach" A letter missing --- docs/_interface/JavaScript-Console.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_interface/JavaScript-Console.md b/docs/_interface/JavaScript-Console.md index 037c5a5f62..c2cc775780 100644 --- a/docs/_interface/JavaScript-Console.md +++ b/docs/_interface/JavaScript-Console.md @@ -20,7 +20,7 @@ Attach mode accepts an endpoint in case the geth node is running with a non defa ipc endpoint or you would like to connect over the rpc interface. geth attach /some/custom/path.ipc - eth attach http://191.168.1.1:8545 + geth attach http://191.168.1.1:8545 geth attach ws://191.168.1.1:8546 Note that by default the geth node doesn't start the HTTP and WebSocket servers and not