diff --git a/website/docs/tutorials/react-patterns.md b/website/docs/tutorials/react-patterns.md index a1ab308c9..a4b3f34a1 100644 --- a/website/docs/tutorials/react-patterns.md +++ b/website/docs/tutorials/react-patterns.md @@ -281,7 +281,7 @@ export function Welcome() { ## Server components -Lingui can be easily be used with server components. There are however some considerations to be made so we can make optimal use of server components and it's capabilities. +Lingui can easily be used with server components. There are however some considerations to be made so we can make optimal use of server components and it's capabilities. 1. We want to avoid shipping to much js to the browser if it is not needed 2. We want to be able to use both the `Trans` and `TransNoContext` inside our components. The difference been that `Trans` will be shipped as part of the js bundle and `TransNoContext` not.