From ba8cc588b29ebfd2e8e2345d320567760d83e925 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 13 Apr 2025 11:52:55 +0100 Subject: [PATCH] docs(readme): grammar fix Signed-off-by: Frazer Smith --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b28afd..12f5907 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,7 @@ fastify.register(require('@fastify/basic-auth'), { }) ``` -The `authenticate` object can also have an optional `header` key allowing to customise the name of the header used instead of the default `WWW-Authenticate`: +The `authenticate` object can include an optional `header` key to customize the header name, replacing the default `WWW-Authenticate`: ```js fastify.register(require('@fastify/basic-auth'), {