]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixed small typo 9097/head
authorAndy Trevorah <a.trevorah@gmail.com>
Mon, 5 Aug 2013 09:50:31 +0000 (10:50 +0100)
committerAndy Trevorah <a.trevorah@gmail.com>
Mon, 5 Aug 2013 09:50:31 +0000 (10:50 +0100)
its => belonging to it
it's => it is / it has

CONTRIBUTING.md

index ba2bfc52d3bc0ab0a802621c07f77543a12edc83..060a3bd91d115fd5964511bc2e1842ff90cae2be 100644 (file)
@@ -48,7 +48,7 @@ We only accept issues that are bug reports or feature requests. Bugs must be iso
 - Multiple-line approach (one property and value per line)
 - Always a space after a property's colon (.e.g, `display: block;` and not `display:block;`)
 - End all lines with a semi-colon
-- For multiple, comma-separated selectors, place each selector on it's own line
+- For multiple, comma-separated selectors, place each selector on its own line
 - Attribute selectors, like `input[type="text"]` should always wrap the attribute's value in double quotes, for consistency and safety (see this [blog post on unquoted attribute values](http://mathiasbynens.be/notes/unquoted-attribute-values) that can lead to XSS attacks).
 
 ### JS