Skip to content

Commit

Permalink
Update elixir.md
Browse files Browse the repository at this point in the history
fixed typo in compile sass comment block
  • Loading branch information
causamortis committed Jun 1, 2015
1 parent d6ae4d8 commit 4551003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elixir.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ elixir(function(mix) {

```javascript
elixir(function(mix) {
mix.sass("app.sass");
mix.sass("app.scss");
});
```

Expand Down

0 comments on commit 4551003

Please sign in to comment.