Skip to content

Commit 9109aed

Browse files
Update docs/zkEVM/get-started/state-sync-snapshots.md
1 parent 1747555 commit 9109aed

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
@@ -36,7 +36,7 @@ Follow the instructions below to run a fast state sync on a node database using
3636
docker compose exec -it zkevm-state-db pg_restore -U state_user -v -d state_db /tmp/statedb.schema
3737
```
3838

39-
4. Import the backup file into database:
39+
4. Import the backup file into the database:
4040

4141
```sh
4242
gunzip -c statedb.sql.gz | docker compose exec -T zkevm-state-db psql -U state_user -d state_db

0 commit comments

Comments
 (0)