diff options
author | Matt Lucas <mattlucas@gmail.com> | 2014-04-30 20:00:53 -0400 |
---|---|---|
committer | Matt Lucas <mattlucas@gmail.com> | 2014-04-30 20:00:53 -0400 |
commit | 61309e0edfd9ee20a79f2119a31a66bf87b2ee72 (patch) | |
tree | bd86afa2e16657a8156203665d9c04d12a22c0fc /css.html.markdown | |
parent | 2113e4a6c4f43632adbdfd2e6f1e6d5ecf5b3ddb (diff) |
Update css.html.markdown
'It's' reflected a grammatical mistake, I adjusted the sentence for a bit of clarity.
Diffstat (limited to 'css.html.markdown')
-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! */ |