From df83c2c838ba006cc1f93861c4b7abe15fa5c181 Mon Sep 17 00:00:00 2001 From: anthdm Date: Sun, 23 Jun 2024 11:00:06 +0200 Subject: [PATCH] typo --- bootstrap/app/routes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/app/routes.go b/bootstrap/app/routes.go index b188575..2c04036 100644 --- a/bootstrap/app/routes.go +++ b/bootstrap/app/routes.go @@ -24,7 +24,7 @@ func InitializeMiddleware(router *chi.Mux) { func InitializeRoutes(router *chi.Mux) { // Authentication plugin // - // By default the auth plugin is active. To disable the auth plugin + // By default the auth plugin is active, to disable the auth plugin // you will need to pass your own handler in the `AuthFunc`` field // of the `kit.AuthenticationConfig`. // authConfig := kit.AuthenticationConfig{