Skip to content

Commit

Permalink
Correct typo in README (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
anyonecancode authored Jun 4, 2023
1 parent 18f9b75 commit affa6e9
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 @@ -246,9 +246,9 @@ fastify.register(FastifyReplyFrom, {

---

#### `destoryAgent`
#### `destroyAgent`

If set to `true`, it will destory all agents when the Fastify is closed.
If set to `true`, it will destroy all agents when the Fastify is closed.
If set to `false`, it will not destroy the agents.

By Default: `false`
Expand Down

0 comments on commit affa6e9

Please sign in to comment.