Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacgr committed Sep 8, 2021
1 parent 49ec48f commit 4a79c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 4a79c12

Please sign in to comment.