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**