diff --git a/lib/network/modules/Clustering.js b/lib/network/modules/Clustering.js index 071215b2..ab5889df 100644 --- a/lib/network/modules/Clustering.js +++ b/lib/network/modules/Clustering.js @@ -28,7 +28,7 @@ class ClusterEngine { if (hubsize === undefined) { hubsize = this._getHubSize(); } - else if (tyepof(hubsize) === "object") { + else if (typeof(hubsize) === "object") { options = this._checkOptions(hubsize); hubsize = this._getHubSize(); }