Skip to content

Commit ba2c1f8

Browse files
committed
doc(main): Updated documentation
1 parent e5e1246 commit ba2c1f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/bootstrap.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func init() {
1717
// RootDir is the application root directory.
1818
var RootDir string
1919

20-
// Bootstrapper can be used to load modules, options, dependencies and bootstraps your application.
20+
// Bootstrapper can be used to load modules, options, dependencies and bootstraps the application.
2121
var Bootstrapper = fxcore.NewBootstrapper().WithOptions(
2222
// modules registration
2323
fxworker.FxWorkerModule,

0 commit comments

Comments
 (0)