Skip to content

Commit

Permalink
Merge pull request laravel#1697 from JesseLeite/patch-2
Browse files Browse the repository at this point in the history
Fix indentation.
  • Loading branch information
taylorotwell committed Jul 24, 2015
2 parents b455f6a + 3263944 commit 6d121c5
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 6d121c5

Please sign in to comment.