Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down