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:
Marcus Michaels
2025-06-22 22:56:38 +01:00
committed by GitHub
parent 6c4dfe45e6
commit 7a0308fb9b

View File

@@ -178,7 +178,7 @@ All auth-related operations are available via Payload's REST, Local, and GraphQL
## 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)
- [JSON Web Tokens (JWT)](./jwt)