Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 7fcddff

Browse files
Apply suggestion from @gemini-code-assist[bot]
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 5bdea0e commit 7fcddff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/full-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ After starting your full node, you should see output similar to:
9595
This output indicates that your full node is successfully connecting to the network and processing blocks.
9696

9797
:::tip
98-
If your chain uses EVM as an execution layar and you see an error like `datadir already used by another process`, it means you have to remove all the state from chain data directory (`/root/.yourchain_fn/data/`) and specify a different data directory for the EVM client.
98+
If your chain uses EVM as an execution layer and you see an error like `datadir already used by another process`, it means you have to remove all the state from chain data directory (`/root/.yourchain_fn/data/`) and specify a different data directory for the EVM client.
9999
:::
100100

101101
## Conclusion

0 commit comments

Comments
 (0)