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
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

@ -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>,
}}
/>,