Skip to content

Commit

Permalink
Update docs/src/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Oaks <[email protected]>
  • Loading branch information
abhinav and JacobOaks authored Aug 27, 2024
1 parent 35a9102 commit 808fba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Fx is **a dependency injection system for Go**.
By using Fx-managed singletons,
you can eliminate global state from your application.
With Fx, you don't have to rely on `init()` functions for setup,
instead relying on Fx's to manage the lifecycle of your application.
instead relying on Fx to manage the lifecycle of your application.

- **Reduce boilerplate**

Expand Down

0 comments on commit 808fba7

Please sign in to comment.