From 14f54b05b82ce4171c4616a84a65a49cc8ecf0c2 Mon Sep 17 00:00:00 2001 From: Marco Z Date: Sun, 3 May 2020 20:45:55 +0200 Subject: [PATCH] Correct typo --- 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).