From 13de3232b347673de0ca479b18b4f73a9f3896cf Mon Sep 17 00:00:00 2001 From: Dimitris Apostolou Date: Fri, 5 Nov 2021 10:22:29 +0200 Subject: [PATCH] Fix typos --- cmd/root.go | 2 +- docs/docker-compose-setup.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/root.go b/cmd/root.go index e049db0b..461a8c7d 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 7b090cc2..45920415 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