Skip to content

Commit

Permalink
fixed small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zoey-kaiser committed Jul 4, 2024
1 parent 1606bc4 commit e4d91eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/authjs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ You can also configure AuthJS specific options inside the `nuxt.config.ts`, in a

### `trustHost`

- **Type:**: `boolean`
- **Type**: `boolean`
- **Default**: `false`

If set to `true`, `authjs` will use either the `x-forwarded-host` or `host` headers instead of `auth.baseURL`. Make sure that reading `x-forwarded-host` on your hosting platform can be trusted.
Expand Down

0 comments on commit e4d91eb

Please sign in to comment.