Fix: typos

Fix: typos
This commit is contained in:
omahs 2023-01-31 23:30:09 +01:00 committed by GitHub
parent ed63798082
commit 7d5c7f5fec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ export LOTUS_JAEGER_AGENT_ENDPOINT=127.0.0.1:6831
lotus daemon
```
Alternatively, the agent endpoint can also be configured by a pair of environemnt variables to provide the host and port. The following snipit is functionally equivilent to the previous.
Alternatively, the agent endpoint can also be configured by a pair of environment variables to provide the host and port. The following snippet is functionally equivalent to the previous.
```bash
export LOTUS_JAEGER_AGENT_HOST=127.0.0.1