Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Aug 30, 2021
1 parent 7b71d5d commit d9f26c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/ConceptContainerExport.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ class ConceptContainerExport extends React.Component {
!isProcessing && !hasExistingExport && !isCheckingExportExists && !exportURL &&
<React.Fragment>
<Alert variant="filled" severity="warning" style={{margin: '5px 0'}}>
{`There is no export cached for this ${resoure} version`}
{`There is no export cached for this ${resource} version`}
</Alert>
<div style={{marginTop: '15px', padding: '0 10px'}}>
<h3 style={{display: 'contents'}}>Click here to queue a new export</h3>
Expand Down

0 comments on commit d9f26c5

Please sign in to comment.