We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d20420a commit 5c5b58bCopy full SHA for 5c5b58b
README.md
@@ -81,7 +81,7 @@ kubectl exec -it geth-deployment-7f74d4fb96-tlhhg bin/sh
81
root@geth-deployment-7f74d4fb96-tlhhg: geth attach var/geth/geth.ipc
82
```
83
84
-Now you are connected the node IPC JavaSrcipt console. Paste the following code to poll the synchronization status.
+Now you are connected the node IPC JavaScript console. Paste the following code to poll the synchronization status.
85
```javascript
86
function syncStatus(currentBlock, highestBlock) {
87
return {
0 commit comments