Skip to content

Commit 8cf8c8c

Browse files
authored
docs(readme): remove "you" usage
Signed-off-by: Frazer Smith <[email protected]>
1 parent 97be588 commit 8cf8c8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ and a `reply.helmet` decorator.
5252

5353
It accepts the same options as `helmet`. See [helmet documentation](https://helmetjs.github.io/).
5454

55-
### Apply Helmet to all your application routes
55+
### Apply Helmet to all routes
5656

5757
Pass `{ global: true }` to register Helmet for all routes.
5858
For granular control, pass `{ global: false }` to disable it at a global scope.
@@ -231,7 +231,7 @@ fastify.register(
231231
)
232232

233233
fastify.get('/', function(request, reply) {
234-
// you can access the generated nonce by "reply.raw"
234+
// access the generated nonce by "reply.raw"
235235
reply.raw.scriptNonce
236236
reply.raw.styleNonce
237237
})

0 commit comments

Comments
 (0)