diff --git a/docs/pages/getting-started/installation.mdx b/docs/pages/getting-started/installation.mdx index e8c57de3dc..fd4bf0aef3 100644 --- a/docs/pages/getting-started/installation.mdx +++ b/docs/pages/getting-started/installation.mdx @@ -41,7 +41,7 @@ Start by installing the appropriate package for your framework. interact with `@auth/core`. -### Setup Environment +### Set up Environment The only environment variable that is mandatory is the `AUTH_SECRET`. This is a random value used by the library to encrypt tokens and email verification hashes. (See [Deployment](/getting-started/deployment) to learn more). You can generate one via the official [Auth.js CLI](https://cli.authjs.dev) running: @@ -162,8 +162,8 @@ Note this creates the Auth.js API, but does not yet protect resources. Continue -### Setup Authentication Methods +### Set up Authentication Methods -With that, the basic setup is complete! Next we'll setup the first authentication methods and fill out that `providers` array. +With that, the basic setup is complete! Next we'll set up the first authentication methods and fill out that `providers` array.