Skip to content

Commit 75d4aea

Browse files
Update docs/zkEVM/get-started/state-sync-snapshots.md
1 parent 730890c commit 75d4aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zkEVM/get-started/state-sync-snapshots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Follow the instructions below to run a fast state sync on a node database using
2727
docker compose start zkevm-state-db
2828
```
2929

30-
3. Remove data from the database, keeping the schema, and a raw backup copy:
30+
3. Remove data from the database, keeping the schema and a raw backup copy:
3131

3232
```sh
3333
docker compose exec -it zkevm-state-db pg_dump -U state_user -v -Fc -s -f /tmp/statedb.schema state_db

0 commit comments

Comments
 (0)