diff options
| author | Chris Rebert <[email protected]> | 2013-08-05 03:02:34 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-05 03:02:34 -0700 |
| commit | 2dcc9db6a3c25d165df8f8f9731f29b539ec6ba3 (patch) | |
| tree | 17d5dc463c45e0f6434dfa7b7ca881108cb4c0a3 | |
| parent | 39e1261de114e8c472b28c0c0bd772b6d085e46b (diff) | |
| parent | 5e9af6578ce0941f46b06f5dc05f066575a199dc (diff) | |
| download | bootstrap-2dcc9db6a3c25d165df8f8f9731f29b539ec6ba3.tar.xz bootstrap-2dcc9db6a3c25d165df8f8f9731f29b539ec6ba3.zip | |
Merge pull request #9097 from trevorah/patch-1
fixed small typo
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ba2bfc52d..060a3bd91 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 |
