From fc35dce8181d2e2fb11e34dbc75236790e2d37f2 Mon Sep 17 00:00:00 2001 From: Daniel Perez Date: Mon, 12 May 2025 04:39:36 +0000 Subject: [PATCH] chore: fixes some typos on the comments --- app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index 03b07e3..dc65fc3 100644 --- a/app.js +++ b/app.js @@ -33,9 +33,9 @@ export default async function (fastify, opts) { }) // Fastify is an extremely lightweight framework, it does very little for you. - // Every feature you might need, such as cookies or database coonnectors + // Every feature you might need, such as cookies or database connectors // is provided by external plugins. - // See the list of recognized plugins by the core team! https://www.fastify.io/ecosystem/ + // See the list of recognized plugins by the core team! https://www.fastify.io/ecosystem/ // `fastify-sensible` adds many small utilities, such as nice http errors. await fastify.register(Sensible)