From a3a75090fd84c6aecca19d29af64c182fe995754 Mon Sep 17 00:00:00 2001 From: nibhar <43245427+nibhar@users.noreply.github.com> Date: Wed, 27 Feb 2019 15:03:15 -0600 Subject: [PATCH] Improve wording => primary handler Co-Authored-By: sisou --- src/request/TopLevelApi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/request/TopLevelApi.js b/src/request/TopLevelApi.js index cfe5e5a91..35156adad 100644 --- a/src/request/TopLevelApi.js +++ b/src/request/TopLevelApi.js @@ -22,7 +22,7 @@ * } * * get Handler() { - * // Should return the class that should be instantiated as the request's handler + * // Should return the class that should be instantiated as the request's primary handler * } * * async onBeforeRun(parsedRequest) {