From 7cb7429254762b468dcb65e5a9ed2da716911db7 Mon Sep 17 00:00:00 2001 From: "architect.bian" Date: Sat, 29 Feb 2020 18:20:05 +0800 Subject: [PATCH] "eth attach" should be "geth attach" "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