diff --git a/scripts/inject-runtime-env.sh b/scripts/inject-runtime-env.sh index 3f0eeb613f7..b416b8d2525 100644 --- a/scripts/inject-runtime-env.sh +++ b/scripts/inject-runtime-env.sh @@ -22,7 +22,7 @@ # - Replacing varaible: # $ NEXT_PUBLIC_API_BASE=xxx ./env.sh # -# - Enviroment variable not in whitelist will be discarded: +# - Environment variable not in whitelist will be discarded: # $ BAD_ENV=zzz ./env.sh # # - Change script options: