From c2d32f4c0e60a31e6ee421f8f7f45541792c5c6d Mon Sep 17 00:00:00 2001 From: Brian White Date: Sun, 6 Apr 2014 22:08:50 -0400 Subject: [PATCH] doc: add missing space Signed-off-by: Fedor Indutny --- doc/api/url.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/url.markdown b/doc/api/url.markdown index 7b5f69c..ffb2243 100644 --- a/doc/api/url.markdown +++ b/doc/api/url.markdown @@ -78,7 +78,7 @@ Pass `true` as the third argument to treat `//foo/bar` as Take a parsed URL object, and return a formatted URL string. * `href` will be ignored. -* `protocol`is treated the same with or without the trailing `:` (colon). +* `protocol` is treated the same with or without the trailing `:` (colon). * The protocols `http`, `https`, `ftp`, `gopher`, `file` will be postfixed with `://` (colon-slash-slash). * All other protocols `mailto`, `xmpp`, `aim`, `sftp`, `foo`, etc will -- 2.7.4