Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FAL-coffee committed Feb 27, 2024
1 parent ccf2e3a commit 9b49084
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/content/2.configuration/2.nuxt-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ type ProviderLocal = {
/**
* It refers to the name of the property when it is stored in a cookie.
*
* @default auth:token
* @example auth.token
* @default auth.token
* @example auth._token
*/
cookieName?: string,
/**
Expand Down Expand Up @@ -333,8 +333,8 @@ type ProviderRefresh = {
/**
* It refers to the name of the property when it is stored in a cookie.
*
* @default auth:token
* @example auth.token
* @default auth.token
* @example auth._token
*/
cookieName?: string,
/**
Expand Down Expand Up @@ -382,8 +382,8 @@ type ProviderRefresh = {
/**
* It refers to the name of the property when it is stored in a cookie.
*
* @default auth:token
* @example auth.token
* @default auth.refresh-token
* @example auth._refresh-token
*/
cookieName?: string,
/**
Expand Down

0 comments on commit 9b49084

Please sign in to comment.