Skip to content

Commit 9768443

Browse files
mureiniklawlight-org
authored andcommitted
doc: fix typo in url.md
"objg" -> "obj" in `URLPattern` constructor documentation. Fixes: #57464 PR-URL: #57467 Co-authored-by: Lawlight <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Daeyeon Jeong <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
1 parent e1221a7 commit 9768443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/url.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ case-insensitive matching if set to true.
767767

768768
The constructor can throw a `TypeError` to indicate parsing failure.
769769

770-
#### `new URLPattern(objg[, baseURL][, options])`
770+
#### `new URLPattern(obj[, baseURL][, options])`
771771

772772
* `obj` {Object} An input pattern
773773
* `baseURL` {string | undefined} A base URL string

0 commit comments

Comments
 (0)