diff options
| -rw-r--r-- | css.html.markdown | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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:  <div class='some-class class2' id='someId' attr='value' />  */ -/* you can target it by it's class name */ +/* you can target it by a class name */  .some-class { }  /*or by both classes! */ | 
