diff --git a/Server/Router.mjs b/Server/Router.mjs index c6826ea..0851842 100644 --- a/Server/Router.mjs +++ b/Server/Router.mjs @@ -18,7 +18,7 @@ class ServerRouter * @type {Array} */ this.actions = []; - /** Whether to activate versbose mode. Useful for debugging the router. */ + /** Whether to activate verbose mode. Useful for debugging the router. */ this.verbose = verbose; this.default_action = async (ctx) => {