diff --git a/docs/concepts/Realtime/Realtime.md b/docs/concepts/Realtime/Realtime.md index f8d89e02b4..064ff900a1 100644 --- a/docs/concepts/Realtime/Realtime.md +++ b/docs/concepts/Realtime/Realtime.md @@ -42,7 +42,7 @@ Sails exposes a rich API on both the client and the server for sending custom re ##### Example -Here's the client-side code to connect a socket to the Sails/Node.js server and listen for an socket event named "hello": +Here's the client-side code to connect a socket to the Sails/Node.js server and listen for a socket event named "hello": ```html