Skip to content

Commit

Permalink
docs: fix typos in REST API guide (nextauthjs#1528)
Browse files Browse the repository at this point in the history
  • Loading branch information
honmanyau authored Mar 16, 2021
1 parent 3726d68 commit 07a3f76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/docs/getting-started/rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The `POST` submission requires CSRF token from `/api/auth/csrf`.

Returns client-safe session object - or an empty object if there is no session.

The contents of the session object that is returned is configurable with the session callback.
The contents of the session object that is returned are configurable with the session callback.

#### `GET` /api/auth/csrf

Expand All @@ -52,7 +52,7 @@ It can be used to dynamically generate custom sign up pages and to check what ca
---

:::note
The default base path is `/api/auth` but it is configurable by specyfing a custom path in `NEXTAUTH_URL`
The default base path is `/api/auth` but it is configurable by specifying a custom path in `NEXTAUTH_URL`

e.g.

Expand Down

0 comments on commit 07a3f76

Please sign in to comment.