From 26c5ec18a1c930224106194ce19baa92c2df8c02 Mon Sep 17 00:00:00 2001 From: Alex Hirzel Date: Fri, 21 Oct 2022 14:20:43 -0400 Subject: [PATCH] typo --- docs/content/en/guide/scheme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/guide/scheme.md b/docs/content/en/guide/scheme.md index 3e9271cfe..9f68db088 100644 --- a/docs/content/en/guide/scheme.md +++ b/docs/content/en/guide/scheme.md @@ -34,7 +34,7 @@ auth: { As v5 still in development, there may be breaking changes to this feature. -Sometimes the included schemes doesn't match your requirements. Creating your own scheme will provide +Sometimes the included schemes don't match your requirements. Creating your own scheme will provide flexibility you need. You can create a new scheme from scratch or extend an existing scheme. > **Note** A list of available scheme methods will be added in future releases.