From 99723c0944c5c99f027f2e0f0a4de62132bfb89b Mon Sep 17 00:00:00 2001 From: Denis Yakovenko Date: Fri, 23 Sep 2022 20:02:05 +0300 Subject: [PATCH] Chore: Fix typo in the comment to Context object --- lib/context.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/context.js b/lib/context.js index 8fdc7d241b..b68c112664 100644 --- a/lib/context.js +++ b/lib/context.js @@ -15,7 +15,7 @@ const { kReplySerializeWeakMap } = require('./symbols.js') -// Objects that holds the context of every request +// Object that holds the context of every request // Every route holds an instance of this object. function Context ({ schema,