diff --git a/internal/bootstrap.go b/internal/bootstrap.go index 4339171..0d42ca7 100644 --- a/internal/bootstrap.go +++ b/internal/bootstrap.go @@ -17,7 +17,7 @@ func init() { // RootDir is the application root directory. var RootDir string -// Bootstrapper can be used to load modules, options, dependencies and bootstraps your application. +// Bootstrapper can be used to load modules, options, dependencies and bootstraps the application. var Bootstrapper = fxcore.NewBootstrapper().WithOptions( // modules registration fxworker.FxWorkerModule,