Update comments

This commit is contained in:
Andrew Kingston 2023-06-27 17:45:24 +01:00
parent f0c8cb82b2
commit ee74900abb
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@ export const createContext = (
} }
/** /**
* Runs a list of middlewares, nesting each callback inside each other mimic * Runs a list of middlewares, nesting each callback inside each other to mimic
* how the real middlewares run and ensuring that app or tenant context work * how the real middlewares run and ensuring that app and tenant contexts work
* as expected * as expected
* @param ctx the Koa context * @param ctx the Koa context
* @param middlewares the array of middlewares to run * @param middlewares the array of middlewares to run