]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add 'in' to complete thought 11329/head
authorZlatan Vasović <legospace9876@gmail.com>
Fri, 1 Nov 2013 21:52:52 +0000 (22:52 +0100)
committerZlatan Vasović <legospace9876@gmail.com>
Tue, 19 Nov 2013 12:29:19 +0000 (13:29 +0100)
Simple grammar fix.

CONTRIBUTING.md

index 96b7732b0d60499d96514c57beba9507c140df2e..4449ec3f440fcf084e073d4d4b1b249197d9f1e0 100644 (file)
@@ -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