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

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Parramon <mparramont@gmail.com>2016-05-06 19:33:47 +0300
committerMiguel Parramon <mparramont@gmail.com>2016-05-06 19:33:47 +0300
commitc95acd3642de49f422b34124df001017266c4b92 (patch)
treebe0eb47065e3060cb9d248305e3807ccf9a49f0c /README.md
parent36b5f3f9b4fd383381c87cbdfbab253d5501d6b2 (diff)
Fix typo
:)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index aad01b8..3d92467 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ Ensure that `sprockets-rails` is at least v2.3.2.
Import Bootstrap styles in `app/assets/stylesheets/application.scss`:
```scss
-// Custom bootstrap variables must be set or import before bootstrap itself.
+// Custom bootstrap variables must be set or imported before bootstrap itself.
@import "bootstrap";
```