summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatt Lucas <mattlucas@gmail.com>2014-04-30 20:00:53 -0400
committerMatt Lucas <mattlucas@gmail.com>2014-04-30 20:00:53 -0400
commit61309e0edfd9ee20a79f2119a31a66bf87b2ee72 (patch)
treebd86afa2e16657a8156203665d9c04d12a22c0fc
parent2113e4a6c4f43632adbdfd2e6f1e6d5ecf5b3ddb (diff)
Update css.html.markdown
'It's' reflected a grammatical mistake, I adjusted the sentence for a bit of clarity.
-rw-r--r--css.html.markdown2
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! */