From 503447e099516557a2afd0d98d1b25914b13a0e1 Mon Sep 17 00:00:00 2001 From: Rakesh Bisht Date: Thu, 2 Mar 2023 14:23:10 +0530 Subject: [PATCH] fix: typos in JSDoc --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 89afd7e..9df39ba 100644 --- a/index.js +++ b/index.js @@ -1003,7 +1003,7 @@ function decode (path) { } /** - * Get the header names on a respnse. + * Get the header names on a response. * * @param {object} res * @returns {array[string]}