Skip to content

Commit 8bbb0ec

Browse files
paulkaborebalazsorban44vladimir-e
committed
docs: Correcting a typo. "available" Line 70 (#965)
* chore: use stale label, instead of wontfix * chore: add link to issue explaining stalebot * chore: fix typo in stalebot comment * chore: run build GitHub Action on canary also * chore: run build GitHub Actions on canary as well * chore: add reproduction section to questions * feat(provider): Add Azure Active Directory B2C (#809) * add provider: Microsoft * documentation * support no tenant setup * fix code style * chore: rename Microsoft provider to AzureADB2C * chore: alphabetical order in providers/index * Revert "feat(provider): Add Azure Active Directory B2C (#809)" (#919) This reverts commit 6e6a24a. * chore: add myself to the contributors list 🙈 * Correcting a typo. "available" Line 70 Co-authored-by: Balázs Orbán <info@balazsorban.com> Co-authored-by: Vladimir Evdokimov <evdokimov.vladimir@gmail.com>
1 parent b2770d5 commit 8bbb0ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/docs/tutorials/securing-pages-and-api-routes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export async function getServerSideProps(context) {
6767
```
6868

6969
:::tip
70-
This example assumes you have configured `_app.js` to pass the `session` prop through so that it's immediately avalible on page load to `useSession`.
70+
This example assumes you have configured `_app.js` to pass the `session` prop through so that it's immediately available on page load to `useSession`.
7171

7272
```js title="pages/_app.js"
7373
import { Provider } from 'next-auth/client'

0 commit comments

Comments
 (0)