diff --git a/docs/01-guide/11-environment-variable-handling.md b/docs/01-guide/11-environment-variable-handling.md index 43eb569dd..36d0cb4de 100644 --- a/docs/01-guide/11-environment-variable-handling.md +++ b/docs/01-guide/11-environment-variable-handling.md @@ -10,11 +10,11 @@ Environment variables are a very important and often requested feature in Server ## Javascript -You can use [dotenv](https://www.npmjs.com/package/dotenv) to to load files with environment variables. Those variables can be set during your CI process or locally and then packaged and deployed together with your function code. +You can use [dotenv](https://www.npmjs.com/package/dotenv) to load files with environment variables. Those variables can be set during your CI process or locally and then packaged and deployed together with your function code. ## Python -You can use [python-dotenv](https://github.com/theskumar/python-dotenv) to to load files with environment variables. Those variables can be set during your CI process or locally and then packaged and deployed together with your function code. +You can use [python-dotenv](https://github.com/theskumar/python-dotenv) to load files with environment variables. Those variables can be set during your CI process or locally and then packaged and deployed together with your function code. ## Java