Skip to content

Commit e7f2e4f

Browse files
authored
docs(readme): remove second person usage
Signed-off-by: Frazer Smith <[email protected]>
1 parent 5d2411a commit e7f2e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ If the `relation` (`defaultRelation`) parameter is `or`, then the relation insid
131131
| `fastify.auth([f1, f2, [f3, f4]], { relation: 'and' })` | `f1 AND f2 AND (f3 OR f4)` |
132132

133133

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

0 commit comments

Comments
 (0)