From a1180e30c4a6e0b475e3d5f9e3a0d74ae06ee9c4 Mon Sep 17 00:00:00 2001 From: Jonathan Vuillemin Date: Sat, 30 Mar 2024 21:44:14 +0100 Subject: [PATCH] doc(main): Updated documentation --- internal/bootstrap.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/bootstrap.go b/internal/bootstrap.go index bdf0a5a..4339171 100644 --- a/internal/bootstrap.go +++ b/internal/bootstrap.go @@ -21,7 +21,7 @@ var RootDir string var Bootstrapper = fxcore.NewBootstrapper().WithOptions( // modules registration fxworker.FxWorkerModule, - // dependencies registrations + // dependencies registration Register(), )