Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rex4539 authored and LarryRuane committed Dec 1, 2021
1 parent c006cfe commit 13de323
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ func initConfig() {
} else {
// Look in the current directory for a configuration file
viper.AddConfigPath(".")
// Viper auto appends extention to this config name
// Viper auto appends extension to this config name
// For example, lightwalletd.yml
viper.SetConfigName("lightwalletd")
}
Expand Down
4 changes: 2 additions & 2 deletions docs/docker-compose-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ docker plugin install grafana/loki-docker-driver:latest --alias loki --grant-all

## Setup .env file

Copy `.env.example` to `.env` and change any required paramaters.
Copy `.env.example` to `.env` and change any required parameters.

| Variable | Usage |
| ------------- |:-------------:|
Expand Down Expand Up @@ -100,7 +100,7 @@ This should then be taken to the `Zcashd node exporter` dashboard.

If all goes as planned, the dashboard should start populating data from the container services.

If there are an issues, you can view all the `docker-compose` services under the `Explore` section.
If there are any issues, you can view all the `docker-compose` services under the `Explore` section.

# Viewing container logs

Expand Down

0 comments on commit 13de323

Please sign in to comment.