mirror of
https://github.com/sbrl/powahroot.git
synced 2024-11-21 22:22:59 +00:00
Server: fix typo in docs
This commit is contained in:
parent
0ad227ef8f
commit
6502159262
1 changed files with 1 additions and 1 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Reference in a new issue