diff --git a/docs/API.md b/docs/API.md index 97b40d96c8..5bad8c860e 100644 --- a/docs/API.md +++ b/docs/API.md @@ -413,7 +413,7 @@ socket.emit('hello', 'world'); socket.emit('with-binary', 1, '2', { 3: '4', 5: new Buffer(6) }); ``` -The `ack` argument is optional and will be called with the server answer. +The `ack` argument is optional and will be called with the client's answer. ```js var io = require('socket.io')();