Skip to content

Commit

Permalink
docs(readme): remove second person usage
Browse files Browse the repository at this point in the history
Signed-off-by: Frazer Smith <frazer.dev@icloud.com>
  • Loading branch information
Fdawgs authored Jan 29, 2025
1 parent 5d2411a commit e7f2e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ If the `relation` (`defaultRelation`) parameter is `or`, then the relation insid
| `fastify.auth([f1, f2, [f3, f4]], { relation: 'and' })` | `f1 AND f2 AND (f3 OR f4)` |


You can use the `defaultRelation` option while registering the plugin, to change the default `relation`:
The `defaultRelation` option can be used while registering the plugin to change the default `relation`:
```js
fastify.register(require('@fastify/auth'), { defaultRelation: 'and'} )
```
Expand Down

0 comments on commit e7f2e4f

Please sign in to comment.