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

View file

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