Skip to content

Commit 3e27a81

Browse files
committed
Merge pull request laravel#1266 from IsraelOrtuno/patch-1
Punctuation fix
2 parents 72bac19 + e41c91e commit 3e27a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elixir.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ elixir(function(mix) {
7373
});
7474
```
7575

76-
This assumes that your Sass files are stored in `resources/assets/sass`. The `sass` method may only be called once, if you would like to compile multiple Sass files, pass an array to the `sass` method.
76+
This assumes that your Sass files are stored in `resources/assets/sass`. The `sass` method may only be called once. If you would like to compile multiple Sass files, pass an array to the `sass` method.
7777

7878
By default, Elixir, underneath the hood, uses the LibSass library for compilation. In some instances, it might prove advantageous to instead leverage the Ruby version, which, though slower, is more feature rich. Assuming that you have both Ruby and the Sass gem installed (`gem install sass`), you may enable Ruby-mode, like so:
7979

0 commit comments

Comments
 (0)