diff --git a/src/Discovery/Discovery.tsx b/src/Discovery/Discovery.tsx index 45d88fdfc..ce2f37b5c 100644 --- a/src/Discovery/Discovery.tsx +++ b/src/Discovery/Discovery.tsx @@ -665,7 +665,7 @@ const Discovery: React.FunctionComponent = (props: Props) => { title={'You have access to some of these data.'} content={(
- Some of these data requires visiting the repository to request access. + Some of these data require visiting the repository to request access.
)} > diff --git a/src/Discovery/index.tsx b/src/Discovery/index.tsx index 619ef775d..d80f1d7d4 100644 --- a/src/Discovery/index.tsx +++ b/src/Discovery/index.tsx @@ -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