Fixed typo ad also added three back-ticks (#21138)

Fixed typo on line 25, 'developer' was spelt 'developper'. Three back-ticks to indicate end of code highlighting was missing on line 41, so i added it.
This commit is contained in:
Amoo Olusola Simeon
2018-10-28 03:07:57 +01:00
committed by Aditya
parent c269f0986b
commit db79a3de79

View File

@ -38,6 +38,7 @@ You can also make your comments more readable by stylizing it.
* The asterisk around the paragraph make it more readable.
***
*/
```
You can add as many comments to your stylesheet as you like. Its good practice to use CSS comments to help identify parts of any stylesheet that might be difficult to understand from a cursory glance. Comments are especially important when working in a team, when your code must be understood by others. By using CSS comments to make your stylesheets more readable, the CSS will be easier to maintain in the future.