From d83ab576d4e1fade8a1f93cda69c772dd342ca02 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 29 Dec 2024 20:09:24 +0000 Subject: [PATCH] docs(readme): use simple english Signed-off-by: Frazer Smith --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e51d2a..1060134 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ clients will switch to that encoding. If strictCredentials is set to false the authorization header can contain additional whitespaces at the beginning, in the midde and at the end of the authorization header. -This is a fallback option to ensure the same behaviour as `@fastify/basic-auth` +This is a fallback option to ensure the same behavior as `@fastify/basic-auth` version <=5.x. ### `validate` (required)