Camp Cafe Step 52 - I'm Stuck!

          <article class="item">
            <p class="dessert">Donut</p><p class="price">1.50</p>
          </article>
          <article class="item">
            <p class="dessert">Cherry Pie</p><p class="price">2.75</p>
          </article>
          <article class="item">
            <p class="dessert">Cheesecake</p><p class="price">3.00</p>
          </article>
          <article class="item">
            <p class="dessert">Cinnamon Roll</p><p class"price">2.50</p>
          </article>

I am not sure what I am doing wrong here. I’m sure I am just overlooking something simple but if someone could give me a clue… I’d appreciate it…

A typo there: class"price

<p class="price">

please when you ask for help use the HELP button which will create a post containing your code, and a link to the step. It makes helping you easier, thank you!

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge. This button only appears if you have tried to submit an answer at least three times.

The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.