From 7273dc30c05e26b78926643360dafbdec139a41f Mon Sep 17 00:00:00 2001 From: Aayush Gandhi <66742440+AayushGithub@users.noreply.github.com> Date: Tue, 13 Jun 2023 10:25:31 -0400 Subject: [PATCH] Updated .env file (minor spelling mistake) "excplicitly": spelt incorrectly: explicitly (correction) --- env.server.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/env.server.example b/env.server.example index 28ad770..99b5cf6 100644 --- a/env.server.example +++ b/env.server.example @@ -10,5 +10,5 @@ GOOGLE_CLIENT_SECRET= OPENAI_API_KEY= SENDGRID_API_KEY= -# if not excplicitly set to true, emails be logged to console but not actually sent -SEND_EMAILS_IN_DEVELOPMENT=true \ No newline at end of file +# if not explicitly set to true, emails be logged to console but not actually sent +SEND_EMAILS_IN_DEVELOPMENT=true