docs: fix typo on authentication overview page (#12891)
This is teeny tiny – the sentence "Out of the box Payload ships with a three powerful Authentication strategies:" has an unnecessary "a" on the Authentication overview page. This PR removes it.
This commit is contained in:
@@ -178,7 +178,7 @@ All auth-related operations are available via Payload's REST, Local, and GraphQL
|
|||||||
|
|
||||||
## Strategies
|
## Strategies
|
||||||
|
|
||||||
Out of the box Payload ships with a three powerful Authentication strategies:
|
Out of the box Payload ships with three powerful Authentication strategies:
|
||||||
|
|
||||||
- [HTTP-Only Cookies](./cookies)
|
- [HTTP-Only Cookies](./cookies)
|
||||||
- [JSON Web Tokens (JWT)](./jwt)
|
- [JSON Web Tokens (JWT)](./jwt)
|
||||||
|
|||||||
Reference in New Issue
Block a user