Skip to content

Commit

Permalink
Merge pull request #599 from lucasprag/patch-1
Browse files Browse the repository at this point in the history
Fix typo on how_sprockets_works.md
  • Loading branch information
kaspth committed Mar 11, 2019
2 parents 049ede4 + 94d4c67 commit 9e3f0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/how_sprockets_works.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ env.js_compressor = :uglify

### Directives

I'm sure you all have seen directives before because they are just special comments that declare your bundlers and their dependencies. This, for instance, is important for the `application.js` file that is generated by new a Rails application.
I'm sure you all have seen directives before because they are just special comments that declare your bundlers and their dependencies. This, for instance, is important for the `application.js` file that is generated by a new Rails application.

```js
// app/assets/javascripts/application.js
Expand Down

0 comments on commit 9e3f0d8

Please sign in to comment.