1
0
Fork 0
mirror of https://github.com/sbrl/powahroot.git synced 2024-06-01 04:03:02 +00:00

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

View file

@ -18,7 +18,7 @@ class ServerRouter
* @type {Array<Function>} * @type {Array<Function>}
*/ */
this.actions = []; 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.verbose = verbose;
this.default_action = async (ctx) => { this.default_action = async (ctx) => {