From 590f089375bb40d520038fb038f88a57084ba32b Mon Sep 17 00:00:00 2001 From: Sumit Kharche <43902034+sumitkharche@users.noreply.github.com> Date: Sat, 5 Oct 2019 22:48:09 +0530 Subject: [PATCH] corrected grammar issues --- docs/EnvironmentVariables.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/EnvironmentVariables.md b/docs/EnvironmentVariables.md index cd2d55ea92..8ffdcab7c6 100644 --- a/docs/EnvironmentVariables.md +++ b/docs/EnvironmentVariables.md @@ -6,7 +6,7 @@ Appwrite environment variables allow you to edit your server setup configuration ### _APP_ENV -Set your server running environment. By default the var is set to 'development' when deploying to production, change to: 'production'. +Set your server running environment. By default the var is set to 'development' when deploying to production, change it to: 'production'. ### _APP_OPTIONS_ABUSE @@ -28,9 +28,9 @@ To enable this option, pass a list of allowed email domains separated by a comma ### _APP_CONSOLE_WHITELIST_IPS -This last option available allows you to restrict access to Appwrite console for users sharing the same set op IP addresses. This option is very useful for team working with a VPN service or a company IP. +This last option allows you to restrict access to Appwrite console for users sharing the same set op IP addresses. This option is very useful for team working with a VPN service or a company IP. -To enable activate this option, pass a list of allowed IP addresses separated by a comma. +To enable/activate this option, pass a list of allowed IP addresses separated by a comma. ## Redis Server @@ -116,4 +116,4 @@ SMTP server user name. Empty by default. ### _APP_SMTP_PASSWORD -SMTP server user password. Empty by default. \ No newline at end of file +SMTP server user password. Empty by default.