Skip to content

Commit 5e75bca

Browse files
IrvinGa38tjayrush
authored andcommitted
chore: fix typos
1 parent 6fe0725 commit 5e75bca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/content/chifra/chaindata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ Links:
321321

322322
The `--traces` option requires your node to enable the `trace_block` (and related) RPC endpoints. Many remote RPC providers do not enable these endpoints due to the additional load they can place on the node. If you are running your own node, you can enable these endpoints by adding `trace` to your node's startup.
323323

324-
The test for tracing assumes your node provides tracing starting at block 1. If your is partially synced, you may export the following enviroment variable before running the command to instruct `chifra` where to test.
324+
The test for tracing assumes your node provides tracing starting at block 1. If your is partially synced, you may export the following environment variable before running the command to instruct `chifra` where to test.
325325

326326
```[bash]
327327
export TB_<chain>_FIRSTTRACE=<bn>

docs/content/chifra/configs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ the table below for the name of each tool's config file.
7171

7272
## Multichain
7373

74-
If you're running against mutliple chains, you may place any of these files in the root of the
74+
If you're running against multiple chains, you may place any of these files in the root of the
7575
chain's configuration folder, and the values found there will replace any values found at the
7676
top level. In this way, you may configure all chains for certain values, but customize your
7777
configuration per chain.

docs/content/chifra/globals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Where:
7878

7979
### Group 4
8080

81-
**As of version 2.6.0, the `--raw` option has been removed in its entirity.
81+
**As of version 2.6.0, the `--raw` option has been removed in its entirety.
8282
Prior to that version, the following tools had this option which would pass
8383
the data received directly from the node without modification.**
8484

0 commit comments

Comments
 (0)