Fix typos on Explore Tool page (#803)

- update snapshot
This commit is contained in:
Vim 2021-10-20 15:13:56 -07:00 committed by GitHub
parent 29d5b52f84
commit e64e7fda60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@ exports[`rendering of the HowYouCanHelp checks if various text fields are visibl
<a
href="mailto:screeningtool.feedback@usds.gov"
>
recieve an email from you
receive an email from you
</a>
.
</li>
@ -21,7 +21,7 @@ exports[`rendering of the HowYouCanHelp checks if various text fields are visibl
<a
href="/en/methodology"
>
Data and methodology
Data & methodology
</a>
page and send us feedback.
</li>

View file

@ -385,7 +385,7 @@ export const HOW_YOU_CAN_HELP_LIST_ITEMS = {
values={{
rxEmailFromYou:
<a href={`mailto:${CONTACT_COPY.FEEDBACK_EMAIL}`}>
{'recieve an email from you'}
{'receive an email from you'}
</a>,
}}
/>,
@ -396,7 +396,7 @@ export const HOW_YOU_CAN_HELP_LIST_ITEMS = {
values={{
dataMeth:
<Link to={'/methodology'}>
{'Data and methodology'}
{'Data & methodology'}
</Link>,
}}
/>,