From a831877cc7d07617f5ec82b1fae2d5d9a407cd05 Mon Sep 17 00:00:00 2001 From: David Nahodyl Date: Sun, 16 Jun 2024 13:30:26 -0400 Subject: [PATCH] grammar suggestions from GalacticHypernova --- docs/2.guide/4.recipes/4.sessions-and-authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/2.guide/4.recipes/4.sessions-and-authentication.md b/docs/2.guide/4.recipes/4.sessions-and-authentication.md index 5b9da43ebd..c7e11e89cc 100644 --- a/docs/2.guide/4.recipes/4.sessions-and-authentication.md +++ b/docs/2.guide/4.recipes/4.sessions-and-authentication.md @@ -26,7 +26,7 @@ npx nuxi@latest module add auth-utils ### 1a. (Optional) Add a session encryption key -Session cookies are encrypted using a key set from the `.env` file. This key will be added to your `.env` automatically when running in development mode the first time. However, you'll need to add this to your production environment before deploying. +Session cookies are encrypted using a key from the `.env` file. This key will be added to your `.env` automatically when running in development mode for the first time. However, you'll need to add this to your production environment before deploying. ```dotenv [.env] NUXT_SESSION_PASSWORD=password-with-at-least-32-characters