diff --git a/src/server/index.js b/src/server/index.js index dc32935..62e353a 100644 --- a/src/server/index.js +++ b/src/server/index.js @@ -17,7 +17,7 @@ class JsonRpcServerFactory extends EventEmitter { * @property {object} methods Key value pairs of server method to function call * @property {array} clients List of client connections which are instances of [JsonRpcServerProtocol]{@link JsonRpcServerProtocol} * @property {boolean} listening Inidicates if the server is currently listening - * @property {Object} protocol Instance of [JsonRpcServerProtocol]{@link JsonRpcServerProtocol} to use for client conenctions + * @property {Object} protocol Instance of [JsonRpcServerProtocol]{@link JsonRpcServerProtocol} to use for client connections */ constructor(options) { super();