Skip to content

Commit

Permalink
english
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhsuresh committed Jul 3, 2024
1 parent d6019ba commit e17aa4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/pages/docs/auth-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,8 @@ export const updateUserRole = async (
```

<Card type="note">
The following functions / patterns are meant for internal usage or for
advanced use cases. They are not needed for general use.
The following methods are meant for internal usage or for advanced use
cases. They are not needed for general use.
</Card>

## `getSession` {#get-session}
Expand Down Expand Up @@ -374,7 +374,7 @@ async function handler(req: IncomingMessage, res: ServerResponse) {
}
```
- `handler` is the function that processes the request and can mutate the
- `handler` is a function that processes the request and can mutate the
session state
- The `response` | `res` will contain the session state after the handler
has been processed

0 comments on commit e17aa4e

Please sign in to comment.