From c0f8d9495f57a900cd6e253f1ecbdea65ea39cba Mon Sep 17 00:00:00 2001 From: Frank Lemanschik <117739566+lemanschik@users.noreply.github.com> Date: Wed, 23 Jul 2025 17:19:55 +0200 Subject: [PATCH] Update index.js Corrected little type that gave me a typeError --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 480fd19..45b59b8 100644 --- a/index.js +++ b/index.js @@ -68,7 +68,7 @@ function vhost (hostname, handle) { /** * Get hostname of request. * - * @param (object} req + * @param {object} req * @return {string} * @private */