From 54443990bbf8c4c856633a0733dfb244c39dd00e Mon Sep 17 00:00:00 2001 From: alepouna <98479040+alepouna@users.noreply.github.com> Date: Fri, 5 Dec 2025 17:10:52 +0200 Subject: [PATCH] typo fix --- docs/patterns/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/patterns/configuration.md b/docs/patterns/configuration.md index 43702aca..02adeb83 100644 --- a/docs/patterns/configuration.md +++ b/docs/patterns/configuration.md @@ -427,7 +427,7 @@ If the `SO_REUSEPORT` flag should be set This allows multiple processes to bind to the same port, which is useful for load balancing -This configuration is override and turns on by default by Elysia +This configuration is overridden and turns on by default by Elysia ### serve.unix If set, the HTTP server will listen on a unix socket instead of a port.