From 23f6baa4eef063004a5f68376ca8a6ffd066dbba Mon Sep 17 00:00:00 2001
From: ladidan <46406043+ladidan@users.noreply.github.com>
Date: Mon, 8 Jan 2024 01:50:26 +0100
Subject: [PATCH] Fix Typo WorldState accordingly (#1476)
Signed-off-by: ladidan <46406043+ladidan@users.noreply.github.com>
---
docs/public-networks/reference/api/index.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/public-networks/reference/api/index.md b/docs/public-networks/reference/api/index.md
index 716330f1ec7..d25f6f99bc7 100644
--- a/docs/public-networks/reference/api/index.md
+++ b/docs/public-networks/reference/api/index.md
@@ -1357,7 +1357,7 @@ curl -X POST --data '{"jsonrpc":"2.0","method":"debug_replayBlock","params":["0x
-### `debug_resyncWorldstate`
+### `debug_resyncWorldState`
Triggers a re-synchronization of the world state while retaining imported blocks. This is useful if there are world state database inconsistencies (for example, Bonsai database issues).
@@ -1374,7 +1374,7 @@ None
```bash
- curl -X POST --data '{"jsonrpc":"2.0","method":"debug_resyncWorldstate","params":[],"id":1}' http://127.0.0.1:8545
+ curl -X POST --data '{"jsonrpc":"2.0","method":"debug_resyncWorldState","params":[],"id":1}' http://127.0.0.1:8545
```
@@ -1382,7 +1382,7 @@ None
```json
-{ "jsonrpc": "2.0", "method": "debug_resyncWorldstate", "params": [], "id": 1 }
+{ "jsonrpc": "2.0", "method": "debug_resyncWorldState", "params": [], "id": 1 }
```