From affa6e909943118cb61acbfda4c2a90d76debd58 Mon Sep 17 00:00:00 2001 From: Philip Schweiger Date: Sun, 4 Jun 2023 16:43:01 -0400 Subject: [PATCH] Correct typo in README (#318) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 83115ebf..f9ac3a2c 100644 --- a/README.md +++ b/README.md @@ -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`