From 790b2b14631c79f8313c97d04b630c0061492b87 Mon Sep 17 00:00:00 2001 From: Marco Z Date: Mon, 4 May 2020 09:37:58 +0200 Subject: [PATCH] Correct js console docs typo (#21017) --- 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 c2cc775780..cd4633fc1c 100644 --- a/docs/_interface/JavaScript-Console.md +++ b/docs/_interface/JavaScript-Console.md @@ -25,7 +25,7 @@ ipc endpoint or you would like to connect over the rpc interface. Note that by default the geth node doesn't start the HTTP and WebSocket servers and not all functionality is provided over these interfaces for security reasons. These defaults -can be overridden when the `--rpcapi` and `--wsapi` arguments when the geth node is +can be overridden with the `--rpcapi` and `--wsapi` arguments when the geth node is started, or with [admin.startRPC](../rpc/ns-admin#admin_startrpc) and [admin.startWS](../rpc/ns-admin#admin_startws).