From a1c44eb05ac1947c3be63cd215cfa5d80b185e5b Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 29 Dec 2024 20:22:47 +0000 Subject: [PATCH] docs(readme): use simple english (#405) Signed-off-by: Frazer Smith --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 823f81f..f281a57 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ fastify.setNotFoundHandler({ }) ``` -Note that you can customize the behaviour of the preHandler in the same way you would for specific routes: +Note that you can customize the behavior of the preHandler in the same way you would for specific routes: ```js const fastify = Fastify()