From 450416e834838b85d9189de8091a243b854ad6a3 Mon Sep 17 00:00:00 2001 From: Denis Yakovenko Date: Sun, 25 Sep 2022 10:45:37 +0300 Subject: [PATCH] chore: fix typo in the comment (#4301) --- 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,