Skip to content

Commit 35c914e

Browse files
authored
docs(readme): grammar fix (#167)
1 parent 0db8a6d commit 35c914e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ fastify.register(require('@fastify/basic-auth'), {
205205
})
206206
```
207207

208-
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`:
208+
The `authenticate` object can include an optional `header` key to customize the header name, replacing the default `WWW-Authenticate`:
209209

210210
```js
211211
fastify.register(require('@fastify/basic-auth'), {

0 commit comments

Comments
 (0)