From 7a0308fb9bd013e3e4903cc0d3d20e36c432502c Mon Sep 17 00:00:00 2001 From: Marcus Michaels Date: Sun, 22 Jun 2025 22:56:38 +0100 Subject: [PATCH] docs: fix typo on authentication overview page (#12891) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- docs/authentication/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/authentication/overview.mdx b/docs/authentication/overview.mdx index c32ea9074..42ff167b9 100644 --- a/docs/authentication/overview.mdx +++ b/docs/authentication/overview.mdx @@ -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)