Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArarat <ararat.mnatsakanyan.ararat@gmail.com>2014-09-21 19:25:33 +0400
committerArarat <ararat.mnatsakanyan.ararat@gmail.com>2014-09-21 19:25:33 +0400
commit4de5cadb46a50b993b1bf2d4b6527f1899360155 (patch)
tree401f92557971f1c676104aa1beeb894c74ea752a /CONTRIBUTING.md
parent595e7f8e8e2cfe00472a67b6eb321038e9c3a277 (diff)
Punctuation fix.
Punctuation is important in texts. You need to pay attention to them. I changes 'it's' to 'its', because it will mean another thing to use 'it's' instead of 'its'.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 02c64a6db..2d68234d8 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -74,7 +74,7 @@ As of v3.2.0, Font Awesome's CSS, LESS, SCSS, and documentation are all powered
- 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)