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