Please help with this error message

Im getting an error message that says Your first paragraph element should have lorem ipsum text. Double check for spelling and punctuation errors. I copy and pasted the text directly from the instructions on the previous slide and it worked before but now its not. Lorem ipsum dolor sit amet consectetur adipisicing elit. Quis quamquod, voluptates, quae, quos quibusdam dolorum quia nemo repudiandae quidem voluptatum quas. Quisquam quod, voluptates, quae, quos quibusdam dolorum quia nemo repudiandae quidem voluptatum quas.

Mr. Whiskers' First Bath

Lorem ipsum dolor sit amet consectetur adipisicing elit. Quis quamquod, voluptates, quae, quos quibusdam dolorum quia nemo repudiandae quidem voluptatum quas. Quisquam quod, voluptates, quae, quos quibusdam dolorum quia nemo repudiandae quidem voluptatum quas.

Lorem ipsum dolor sit amet consectetur adipisicing elit. Quis quamquod, voluptates, quae, quos quibusdam dolorum quia nemo repudiandae quidem voluptatum quas. Quisquam quod, voluptates, quae, quos quibusdam dolorum quia nemo repudiandae quidem voluptatum quas.

please post a link to the challenge and your code properly formatted

There are two ways you can format your code to make it easier to read and test:

  1. After you copy/paste your code into the editor, select it by dragging your cursor over it then click the (</>) button in the toolbar to automatically wrap your code in backticks. (You can click on the animated demo image below to enlarge it.)

  1. Manually add three backticks on a new line above your code and on a new line after your code. Note that a backtick is NOT the same as a single quote('). To find the backtick key on your keyboard, see this post.

To see changes to your post as you make them, you can click the (M+) button on the toolbar to bring up the rich text editor:

link: https://www.freecodecamp.org/learn/responsive-web-design-v9/workshop-blog-page/step-12

<article>

    <h3>Mr. Whiskers' First Bath</h3>

    <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quis quamquod, voluptates, quae, quos quibusdam dolorum quia nemo repudiandae quidem voluptatum quas. Quisquam quod, voluptates, quae, quos quibusdam dolorum quia nemo repudiandae quidem voluptatum quas.</p>

    <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quis quamquod, voluptates, quae, quos quibusdam dolorum quia nemo repudiandae quidem voluptatum quas. Quisquam quod, voluptates, quae, quos quibusdam dolorum quia nemo repudiandae quidem voluptatum quas.</p>

</article>

please copy the text again, you need to use the exact text you have already used in previous step, which you can find a it higher on the code

Thank you for the response. Unfortunately I’ve tried that and it didn’t work.

Please can you post your updated code.

There are two ways you can format your code to make it easier to read and test:

  1. After you copy/paste your code into the editor, select it by dragging your cursor over it then click the (</>) button in the toolbar to automatically wrap your code in backticks. (You can click on the animated demo image below to enlarge it.)

  1. Manually add three backticks on a new line above your code and on a new line after your code. Note that a backtick is NOT the same as a single quote('). To find the backtick key on your keyboard, see this post.

To see changes to your post as you make them, you can click the (M+) button on the toolbar to bring up the rich text editor: