Skip to content

Commit

Permalink
doc: fix typo in api doc of url.format(urlObject)
Browse files Browse the repository at this point in the history
PR-URL: #17295
Fixes: #17294
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
  • Loading branch information
cxn-pkovacs authored and gibfahn committed Dec 19, 2017
1 parent b13dab8 commit 46dc241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/url.md
Expand Up @@ -145,7 +145,7 @@ added: v0.1.25
The `url.format()` method returns a formatted URL string derived from The `url.format()` method returns a formatted URL string derived from
`urlObject`. `urlObject`.


If `urlObject` is not an object or a string, `url.parse()` will throw a If `urlObject` is not an object or a string, `url.format()` will throw a
[`TypeError`][]. [`TypeError`][].


The formatting process operates as follows: The formatting process operates as follows:
Expand Down

0 comments on commit 46dc241

Please sign in to comment.