freeCodeCamp / curriculum

The freeCodeCamp curriculum and lesson editor
Creative Commons Attribution Share Alike 4.0 International
81 stars 124 forks source link

Fixed typo in basic css lesson #319

Closed rmhassan closed 5 years ago

rmhassan commented 5 years ago

The lesson states: "You can think of the :root element as a container for your entire HTML document, in the same way that an html element is a container for the body element."

This should be CSS instead of HTML. It should read: "You can think of the :root element as a container for your entire CSS document, in the same way that an html element is a container for the body element."

This issue is opened in main repo, I have fixed the typo now.

Description

Pre-Submission Checklist

Checklist:

Closes #XXXXX

scissorsneedfoodtoo commented 5 years ago

@Hassanraja447, thank you for taking the time to submit a PR for this issue. Unfortunately, a fix was just merged with https://github.com/freeCodeCamp/curriculum/pull/315. Please check out our other open issues, and we're looking forward to your next contribution!