Correct spelling fo "developer" (#23179)

In the sentence beginning on Line 15, "developer" is misspelled as "developper" and should be corrected.
This commit is contained in:
csteacher1
2018-10-22 13:59:38 -04:00
committed by Aditya
parent 0c1ca98205
commit dd27baa31a

View File

@ -22,7 +22,7 @@ The comment syntax in CSS works for both single and multi-line comments. You can
}
```
By using CSS comments to make your stylesheets more readable, the CSS will be easier to maintain in the future for you or another developper.
By using CSS comments to make your stylesheets more readable, the CSS will be easier to maintain in the future for you or another developer.
Its good practice to use CSS comments to help identify parts of any stylesheet that might be difficult to understand for someone who didn't write the code.
You can also make your comments more readable by stylizing it.