Skip to content

Commit

Permalink
A fin-tastic edit
Browse files Browse the repository at this point in the history
  • Loading branch information
jafeltra committed Sep 19, 2023
1 parent c82aa94 commit 1434632
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/FSHControls.js
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ export default function FSHControls(props) {
</DialogContent>
<DialogActions className={classes.dialogActions}>
<div className={classes.dialogActionsMessage}>
Feel like an example is missing? Add to our collection of examples on{' '}
Have an example that might be bene-fish-al? Seas the day and add to our collection on{' '}
<Link href="https://github.com/FSHSchool/FSHOnline-Examples#readme">GitHub</Link>!
</div>
<div>
Expand Down
2 changes: 1 addition & 1 deletion src/tests/components/FSHControls.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ it('should include a link to the examples repo', () => {
expect(examplesButton).toBeInTheDocument();
fireEvent.click(examplesButton);

const exampleRepoText = getByText(/Feel like an example is missing?/);
const exampleRepoText = getByText(/Have an example that might be bene-fish-al?/);
expect(exampleRepoText).toBeInTheDocument();
const exampleRepoUrl = getByRole('link');
expect(exampleRepoUrl).toBeInTheDocument();
Expand Down

0 comments on commit 1434632

Please sign in to comment.