### Affected URL(s) https://nodejs.org/api/url.html#new-urlpatternobjg-baseurl-options ### Description of the problem There's a typo in the argument list of `URLPattern`'s constructor from an object - "objg" should be "obj"
Affected URL(s)
https://nodejs.org/api/url.html#new-urlpatternobjg-baseurl-options
Description of the problem
There's a typo in the argument list of
URLPattern's constructor from an object - "objg" should be "obj"