diff --git a/docs/src/index.md b/docs/src/index.md index cc6cbc359..13a6af6b5 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -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**