Skip to content

Commit

Permalink
doc(main): Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ekkinox committed Mar 30, 2024
1 parent e5e1246 commit ba2c1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ba2c1f8

Please sign in to comment.