diff --git a/examples/environment-variables/environment-variables.sh b/examples/environment-variables/environment-variables.sh index 0d0becf..5809601 100644 --- a/examples/environment-variables/environment-variables.sh +++ b/examples/environment-variables/environment-variables.sh @@ -12,7 +12,7 @@ PATH SHELL ... -# If we set `BAR` in the environemnt first, the running +# If we set `BAR` in the environment first, the running # program picks that value up. $ BAR=2 go run environment-variables.go FOO: 1