Skip to content

Commit

Permalink
Correct a typo in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod authored and iaincollins committed Oct 6, 2020
1 parent cd3d2a1 commit eb6a4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/docs/getting-started/client.md
Expand Up @@ -289,7 +289,7 @@ Using low values for `clientMaxAge` or `keepAlive` will increase network traffic

#### Client Max Age

The `clientMaxAge` option is the maximum age a session data can be on the client before it is considerd stale.
The `clientMaxAge` option is the maximum age a session data can be on the client before it is considered stale.

When `clientMaxAge` is set to `0` (the default) the cache will always be used when useSession is called and only explicit calls made to get the session status (i.e. `getSession()`) or event triggers, such as signing in or out in another tab/window, or a tab/window gaining or losing focus, will trigger an update of the session state.

Expand Down

1 comment on commit eb6a4c4

@vercel
Copy link

@vercel vercel bot commented on eb6a4c4 Oct 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.