TheOdinProject / curriculum

The open curriculum for learning web development
https://www.theodinproject.com/
Other
9.99k stars 13.35k forks source link

Managing State With The Context API: There’s a typo in the snippet #26739

Closed LaythAlqadhi closed 11 months ago

LaythAlqadhi commented 11 months ago

A typo in the snippet

There's a typo in the snippet, exactly in the line <div class="cart-icon">{cartItemsCount}</div>, where it should be <div className="cart-icon">{cartItemsCount}</div>.

Path

Node / JS

Lesson Url

https://www.theodinproject.com/lessons/node-path-react-new-managing-state-with-the-context-api

Checks

(Optional) Discord Name

No response

(Optional) Additional Comments

No response

01zulfi commented 11 months ago

@LaythAlqadhi that definitely is a typo. Please create a pull request