Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobOaks committed Apr 19, 2024
1 parent 81d3ff8 commit 816cbc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.go
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ func New(opts ...Option) *App {
m.build(app, app.container)
}

// Provide Fx types first to increase the change a custom logger
// Provide Fx types first to increase the chance a custom logger
// can be successfully built in the face of unrelated DI failure.
// E.g., for a custom logger that relies on the Lifecycle type.
frames := fxreflect.CallerStack(0, 0) // include New in the stack for default Provides
Expand Down

0 comments on commit 816cbc5

Please sign in to comment.