From 37238062a0f69fb6582e37baef604987db84e2c4 Mon Sep 17 00:00:00 2001 From: Bryan Bess Date: Tue, 4 Oct 2016 22:25:05 -0500 Subject: [PATCH] doc: fix markdown formatting in url.md Tangentially related to https://github.com/nodejs/node/pull/7817 PR-URL: https://github.com/nodejs/node/pull/8933 Reviewed-By: Brian White Reviewed-By: Luigi Pinca Reviewed-By: Claudio Rodriguez Reviewed-By: Colin Ihrig Reviewed-By: Jeremiah Senkpiel --- 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 d318923c688547..522c5396d900dc 100644 --- a/doc/api/url.md +++ b/doc/api/url.md @@ -31,7 +31,7 @@ illustrate each. " http: // user:pass @ host.com : 8080 /p/a/t/h ? query=string #hash " │ ││ │ │ │ │ │ │ │ └──────────┴┴───────────┴──────────┴──────┴──────────┴─┴──────────────┴───────┘ -(all spaces in the "" line should be ignored -- they're purely for formatting) +(all spaces in the "" line should be ignored -- they are purely for formatting) ``` ### urlObject.href