Skip to content

Commit e41c91e

Browse files
committed
Punctuation fix
1 parent 19efc76 commit e41c91e

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)