aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian White <mscdex@mscdex.net>2014-04-06 22:08:50 -0400
committerFedor Indutny <fedor@indutny.com>2014-04-07 17:45:04 +0400
commitc2d32f4c0e60a31e6ee421f8f7f45541792c5c6d (patch)
treea5a0c0713c44697204f43a0a3241d9025eff0234
parentcdc093b31f61837321b146415f088ada2fc0c647 (diff)
downloadandroid-node-v8-c2d32f4c0e60a31e6ee421f8f7f45541792c5c6d.tar.gz
android-node-v8-c2d32f4c0e60a31e6ee421f8f7f45541792c5c6d.tar.bz2
android-node-v8-c2d32f4c0e60a31e6ee421f8f7f45541792c5c6d.zip
doc: add missing space
Signed-off-by: Fedor Indutny <fedor@indutny.com>
-rw-r--r--doc/api/url.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/url.markdown b/doc/api/url.markdown
index 7b5f69c20b..ffb2243842 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