From 0b948a2aedac66c4d3d3a3f8379454f150d384c1 Mon Sep 17 00:00:00 2001 From: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com> Date: Wed, 23 Mar 2022 14:27:54 +0700 Subject: [PATCH] docs: fix minor typos --- docs/example-react-intl.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 |