Skip to content

Commit

Permalink
Merge pull request #2627 from yursha/patch-1
Browse files Browse the repository at this point in the history
Fix typo which prevents syntax highlighting
  • Loading branch information
Loïc Saint-Roch committed Feb 8, 2015
2 parents d20d5f8 + 2473ccc commit 5b1e3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/EVENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ If you need a special event in your hook, you *will* want to namespace it. For

In my hook's initialize method, I might have the following:

```javscript
```javascript

// Wait until all the middleware from this app's controllers have loaded
sails.after('hook:controllers:loaded', function () {
Expand Down

0 comments on commit 5b1e3ee

Please sign in to comment.