From 6b2a121a32a8bc6c9345172c29818c5e28711c28 Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Tue, 27 Aug 2024 07:23:50 -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 13a6af6b5..eca333518 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -18,7 +18,7 @@ Fx is **a dependency injection system for Go**. --- Fx reduces the amount of code copy-pasted across your services. - It lets you define shared application setup and in a single place, + It lets you define shared application setup in a single place, and then reuse it across all your services. - **Automatic plumbing**