Skip to content

Commit

Permalink
docs(readme): grammar fix (#101)
Browse files Browse the repository at this point in the history
Signed-off-by: Frazer Smith <[email protected]>
  • Loading branch information
Fdawgs authored Jan 4, 2025
1 parent ebb1c5e commit caa7d3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const send = require('@fastify/send')

### send(req, path, [options])

Provide `statusCode`, `headers` and `stream` for the given path to send to a
Provide `statusCode`, `headers`, and `stream` for the given path to send to a
`res`. The `req` is the Node.js HTTP request and the `path `is a urlencoded path
to send (urlencoded, not the actual file-system path).

Expand Down Expand Up @@ -300,4 +300,4 @@ server.listen(3000)
## License
[MIT](LICENSE)
Licensed under [MIT](./LICENSE).

0 comments on commit caa7d3b

Please sign in to comment.