diff options
| author | Mark Otto <[email protected]> | 2013-11-30 00:40:32 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-11-30 00:40:32 -0800 |
| commit | 95487f75d1e8cf5da8af098bf13f1c3f5b13be36 (patch) | |
| tree | 6b8a3d4a150d623854af5efc0c554b0bd8b35676 | |
| parent | 143427b8ae8c9a2b513c34a2656228ff7347bb3b (diff) | |
| parent | 8f589c6cfd6954b1f358b1e6c31466d7409c1c98 (diff) | |
| download | bootstrap-95487f75d1e8cf5da8af098bf13f1c3f5b13be36.tar.xz bootstrap-95487f75d1e8cf5da8af098bf13f1c3f5b13be36.zip | |
Merge pull request #11329 from ZDroid/patch-1
Add 'in' to complete thought
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7c88a8d88..f00f3b780 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,7 +17,7 @@ We only accept issues that are bug reports or feature requests. Bugs must be iso ## Pull requests -- CSS changes must be done in `.less` files first, never just the compiled `.css` files +- CSS changes must be done in `.less` files first, never just in the compiled `.css` files - If modifying the `.less` files, always recompile and commit the compiled files `bootstrap.css` and `bootstrap.min.css` - Try not to pollute your pull request with unintended changes--keep them simple and small - Try to share which browsers your code has been tested in before submitting a pull request |
