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 d42e470124..48426f43bd 100644 --- a/docs/2.guide/4.recipes/4.sessions-and-authentication.md +++ b/docs/2.guide/4.recipes/4.sessions-and-authentication.md @@ -18,7 +18,7 @@ You'll need a `users` table in your database with the following columns: ### 1. Install nuxt-auth-utils -Install the [auth-utils](https://github.com/Atinux/nuxt-auth-utils) module using the `nuxi` CLI. +Install the [nuxt-auth-utils](https://github.com/Atinux/nuxt-auth-utils) module using the `nuxi` CLI. ```bash npx nuxi@latest module add auth-utils