diff --git a/src/components/FSHControls.js b/src/components/FSHControls.js index 7c900ff..6d7e8ac 100644 --- a/src/components/FSHControls.js +++ b/src/components/FSHControls.js @@ -433,7 +433,7 @@ export default function FSHControls(props) {
- 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{' '} GitHub!
diff --git a/src/tests/components/FSHControls.test.js b/src/tests/components/FSHControls.test.js index 01b1604..04a58fb 100644 --- a/src/tests/components/FSHControls.test.js +++ b/src/tests/components/FSHControls.test.js @@ -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();