Server: fix typo in docs

This commit is contained in:
Starbeamrainbowlabs 2022-02-07 17:38:10 +00:00
parent 0ad227ef8f
commit 6502159262
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class ServerRouter
* @type {Array<Function>}
*/
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) => {