From 2473cccfeeaf9c8d541b1136cc415f7a27f08794 Mon Sep 17 00:00:00 2001 From: Alex Yursha Date: Sun, 8 Feb 2015 12:09:41 +0300 Subject: [PATCH] Fix typo --- lib/EVENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/EVENTS.md b/lib/EVENTS.md index ce40848202..f76f03d4d2 100644 --- a/lib/EVENTS.md +++ b/lib/EVENTS.md @@ -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 () {