From 650215926200f3a595b55d150583fd2817bf3f21 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 7 Feb 2022 17:38:10 +0000 Subject: [PATCH] Server: fix typo in docs --- Server/Router.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => {