Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fromthemills committed Apr 3, 2024
1 parent de61957 commit 56d9c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/tutorials/react-patterns.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 56d9c8d

Please sign in to comment.