Skip to content

Commit

Permalink
docs(client): fix code block typo (#2217)
Browse files Browse the repository at this point in the history
  • Loading branch information
can-mihci authored Jun 22, 2021
1 parent f09ab4a commit 84094b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/docs/getting-started/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ export default function App ({ Component, pageProps }) {
return (
<Provider session={pageProps.session}
options={{
clientMaxAge: 60 // Re-fetch session if cache is older than 60 seconds
clientMaxAge: 60, // Re-fetch session if cache is older than 60 seconds
keepAlive: 5 * 60 // Send keepAlive message every 5 minutes
}}
>
Expand Down

1 comment on commit 84094b0

@vercel
Copy link

@vercel vercel bot commented on 84094b0 Jun 22, 2021

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.