From 808fba7d988ccc7ae6e18a1687b0cc229a080778 Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Tue, 27 Aug 2024 07:23:40 -0700 Subject: [PATCH] Update docs/src/index.md Co-authored-by: Jacob Oaks --- docs/src/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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**