Skip to content

Commit

Permalink
fix words
Browse files Browse the repository at this point in the history
  • Loading branch information
mfshao committed Oct 8, 2024
1 parent 18e730f commit 8437141
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Discovery/Discovery.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ const Discovery: React.FunctionComponent<Props> = (props: Props) => {
title={'You have access to some of these data.'}
content={(
<div className='discovery-popover__text'>
<React.Fragment>Some of these data requires visiting the repository to request access.</React.Fragment>
<React.Fragment>Some of these data require visiting the repository to request access.</React.Fragment>
</div>
)}
>
Expand Down
2 changes: 1 addition & 1 deletion src/Discovery/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const DiscoveryWithMDSBackend: React.FC<{
throw new Error('Could not find configuration for Discovery page. Check the portal config.');
}

// Downloads and processes studies in two seperate batches
// Downloads and processes studies in two separate batches
// to improve load time & usability
// Initially uses a smaller batch to load interface quickly
// Then a batch with all the studies
Expand Down

0 comments on commit 8437141

Please sign in to comment.