From e4b549ece269d7ff6219b9124ff82a86d7b8a3f1 Mon Sep 17 00:00:00 2001 From: Allon Mureinik Date: Fri, 14 Mar 2025 19:31:11 +0200 Subject: [PATCH] doc: fix typo in url.md Fix a typo "objg" should be "obj". Fixes: https://github.com/nodejs/node/issues/57464 --- doc/api/url.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/url.md b/doc/api/url.md index a0b1e8ffbef86e..f6913bc688032c 100644 --- a/doc/api/url.md +++ b/doc/api/url.md @@ -767,7 +767,7 @@ case-insensitive matching if set to true. The constructor can throw a `TypeError` to indicate parsing failure. -#### `new URLPattern(objg[, baseURL][, options])` +#### `new URLPattern(obj[, baseURL][, options])` * `obj` {Object} An input pattern * `baseURL` {string | undefined} A base URL string