Correct js console docs typo (#21017)
This commit is contained in:
parent
7f2e84c811
commit
790b2b1463
|
@ -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
|
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
|
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
|
started, or with [admin.startRPC](../rpc/ns-admin#admin_startrpc) and
|
||||||
[admin.startWS](../rpc/ns-admin#admin_startws).
|
[admin.startWS](../rpc/ns-admin#admin_startws).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue