diff options
| author | Zlatan Vasović <[email protected]> | 2013-11-01 22:52:52 +0100 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2013-11-19 13:29:19 +0100 |
| commit | 8f589c6cfd6954b1f358b1e6c31466d7409c1c98 (patch) | |
| tree | 100a0475cc3692a71adfb5e781e20198187a2d8c | |
| parent | 99ffa2827874560dabfe532963b59f1e95b7a46a (diff) | |
| download | bootstrap-8f589c6cfd6954b1f358b1e6c31466d7409c1c98.tar.xz bootstrap-8f589c6cfd6954b1f358b1e6c31466d7409c1c98.zip | |
Add 'in' to complete thought
Simple grammar fix.
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 96b7732b0..4449ec3f4 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 |
