Skip to content

Commit

Permalink
Fix indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Leite committed Jul 24, 2015
1 parent b455f6a commit 3263944
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions elixir.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,9 @@ The `babel` method may be used to compile [EcmaScript 6 and 7](https://babeljs.i
```javascript
elixir(function(mix) {
mix.babel([
'order.js',
'product.js'
]);
'order.js',
'product.js'
]);
});
```

Expand Down

0 comments on commit 3263944

Please sign in to comment.