diff --git a/css.html.markdown b/css.html.markdown index 76319340..9b424a1e 100644 --- a/css.html.markdown +++ b/css.html.markdown @@ -44,7 +44,7 @@ Given an element like this on the page:
*/ -/* you can target it by it's class name */ +/* you can target it by a class name */ .some-class { } /*or by both classes! */