We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e1246 commit ba2c1f8Copy full SHA for ba2c1f8
internal/bootstrap.go
@@ -17,7 +17,7 @@ func init() {
17
// RootDir is the application root directory.
18
var RootDir string
19
20
-// 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.
21
var Bootstrapper = fxcore.NewBootstrapper().WithOptions(
22
// modules registration
23
fxworker.FxWorkerModule,
0 commit comments