From 44417b56d6872f63eab434cb2057b6aa002084a5 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 12 Jul 2023 18:07:46 +0900 Subject: [PATCH] Fix typo in inject-runtime-env.sh (#599) Enviroment -> Environment --- scripts/inject-runtime-env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: