2
0

Fix typo in inject-runtime-env.sh (#599)

Enviroment -> Environment
This commit is contained in:
Ikko Eltociear Ashimine
2023-07-12 18:07:46 +09:00
committed by GitHub
parent 37bb172f25
commit c365c547aa

View File

@ -22,7 +22,7 @@
# - Replacing varaible: # - Replacing varaible:
# $ NEXT_PUBLIC_API_BASE=xxx ./env.sh # $ 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 # $ BAD_ENV=zzz ./env.sh
# #
# - Change script options: # - Change script options: