From 488cf58f0e7e166910cd8b3b66bcb0db0cf23ab3 Mon Sep 17 00:00:00 2001 From: Jonas Pardon Date: Thu, 1 Jun 2023 10:04:26 +0200 Subject: [PATCH] Fix typos in example env Just noticed some typos while setting up a local copy and thought I'd fix them up real quick. --- .env.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index a1faef3f0..ab8d15b45 100644 --- a/.env.example +++ b/.env.example @@ -4,8 +4,8 @@ # Option 3: Use the provided dx setup (RECOMMENDED) # => postgres://documenso:password@127.0.0.1:54320/documenso # -# ⚠ WARNING: The test database can be resetted or taken offline at any point. -# ⚠ WARNING: Please be aware that nothing written to the test databae is private. +# ⚠ WARNING: The test database can be reset or taken offline at any point. +# ⚠ WARNING: Please be aware that nothing written to the test database is private. DATABASE_URL='' # URL @@ -51,4 +51,4 @@ NEXT_PUBLIC_STRIPE_COMMUNITY_PLAN_YEARLY_PRICE_ID= #FEATURE FLAGS # Allow users to register via the /signup page. Otherwise they will be redirect to the home page. NEXT_PUBLIC_ALLOW_SIGNUP=true -NEXT_PUBLIC_ALLOW_SUBSCRIPTIONS=true \ No newline at end of file +NEXT_PUBLIC_ALLOW_SUBSCRIPTIONS=true