diff --git a/cmd/root.go b/cmd/root.go index e049db0..461a8c7 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -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") } diff --git a/docs/docker-compose-setup.md b/docs/docker-compose-setup.md index 7b090cc..4592041 100644 --- a/docs/docker-compose-setup.md +++ b/docs/docker-compose-setup.md @@ -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 | | ------------- |:-------------:| @@ -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