Skip to content

Commit 3263944

Browse files
author
Jesse Leite
committed
Fix indentation.
1 parent b455f6a commit 3263944

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

elixir.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,9 @@ The `babel` method may be used to compile [EcmaScript 6 and 7](https://babeljs.i
224224
```javascript
225225
elixir(function(mix) {
226226
mix.babel([
227-
'order.js',
228-
'product.js'
229-
]);
227+
'order.js',
228+
'product.js'
229+
]);
230230
});
231231
```
232232

0 commit comments

Comments
 (0)