Skip to content

Commit

Permalink
Spelling fix on README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anulman committed Aug 17, 2012
1 parent 25fb1ae commit 5e9f5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ If `config.assets.compress` is set to true, we will set the `config.less.compres

## Import Hooks

Any `@import` to a `.less` file will automatically declare that file as a sprockets dependency to the file importing it. This means that you can edit imported framework files and see changes reflected in the parent durning development. So this:
Any `@import` to a `.less` file will automatically declare that file as a sprockets dependency to the file importing it. This means that you can edit imported framework files and see changes reflected in the parent during development. So this:

```css
@import "frameworks/bootstrap/mixins";
Expand Down

0 comments on commit 5e9f5b1

Please sign in to comment.