fix typos in comments and .md files

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
wallet-connect
Pavel Karpy 2021-02-26 18:06:36 +03:00 committed by Leonard Lyubich
parent 07fc0961a8
commit ed26bf7b87
3 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ SHELL = bash
# Main environment configuration # Main environment configuration
include .env include .env
# Optional variables with secrests # Optional variables with secrets
-include .secrets -include .secrets
# help target # help target
@ -69,7 +69,7 @@ vendor/hosts:
hosts: vendor/hosts hosts: vendor/hosts
@cat vendor/hosts @cat vendor/hosts
# Clean-up the envirinment # Clean-up the environment
.PHONY: clean .PHONY: clean
.ONESHELL: .ONESHELL:
clean: clean:

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Source env settigns # Source env settings
. .env . .env
. services/ir/.ir.env . services/ir/.ir.env

View File

@ -25,7 +25,7 @@ $ brew cask install tuntap
- Restart macOS and allow tuntap kext in settings before - Restart macOS and allow tuntap kext in settings before
- Docker for macOS should be runned before - Docker for macOS should be run before
- Install docker-tuntap. This will automatically check if the currently - Install docker-tuntap. This will automatically check if the currently
installed shim is the correct version and make a backup if necessary installed shim is the correct version and make a backup if necessary