diff --git a/docs/example-react-intl.mdx b/docs/example-react-intl.mdx index 0daee8a05..dc0bb5522 100644 --- a/docs/example-react-intl.mdx +++ b/docs/example-react-intl.mdx @@ -132,8 +132,8 @@ test('it should render FormattedDate and have a formatted pt date', () => { ## Translated components testing stategy -When testing a translated component there can be different approches for -achiving the wanted coverage, where the aimed goal should be to allow to test +When testing a translated component there can be different approaches for +achieving the wanted coverage, where the aimed goal should be to allow testing the component in a way that will simulate the user behavior as much as posible. | Approach | Pros | Cons |