Skip to content

Commit

Permalink
Merge pull request #56 from alimony/patch-2
Browse files Browse the repository at this point in the history
Fix a couple of typos.
  • Loading branch information
ixti committed Oct 9, 2013
2 parents 8815542 + be68a3b commit 3571eca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Notice, that `vendor/jquery` is not required to be coffee script. You can easily
mix CoffeeScript and vanilla JavaScript, CSS and SCSS and SASS and LESS. The
difference is only in comments styles used with _directives_.

See detailes information about these _directives_ below.
See detailed information about these _directives_ below.

You might also want your stylesheets and javascripts to be minified. In this
case just install the `uglifier` gem and any other gems you will be using, e.g.
Expand Down Expand Up @@ -217,7 +217,7 @@ assets:

Sprockets comes with good set of preconfigured compressors, but imagine you are
not satisfied with default settings. For example you want to strip all comments
but copyrights info. In this csae you can define and use your own compressor.
but copyrights info. In this case you can define and use your own compressor.

To do so, first let's define new compressor in `_plugins/ext.rb`:

Expand Down

0 comments on commit 3571eca

Please sign in to comment.