summaryrefslogtreecommitdiff
path: root/doc/api/http.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-03-17 21:32:12 -0700
committerRich Trott <rtrott@gmail.com>2019-03-17 23:14:20 -0700
commit3e781c5177f8fc4ae30345f980c49126ec012161 (patch)
tree20fecfb39bf5c35061f7290624ff3e8093f706e8 /doc/api/http.md
parent0a00933921bdfadc2da55771b6ba8c5a42ddd727 (diff)
downloadandroid-node-v8-3e781c5177f8fc4ae30345f980c49126ec012161.tar.gz
android-node-v8-3e781c5177f8fc4ae30345f980c49126ec012161.tar.bz2
android-node-v8-3e781c5177f8fc4ae30345f980c49126ec012161.zip
doc: make RFC references consistent
Use "RFC 1234" instead of "rfc1234", "RFC1234" or similar variants. PR-URL: https://github.com/nodejs/node/pull/26727 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Diffstat (limited to 'doc/api/http.md')
-rw-r--r--doc/api/http.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/http.md b/doc/api/http.md
index 4935ce9cf2..d27fa462a8 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -2088,7 +2088,7 @@ There are a few special headers that should be noted.
* Sending an 'Expect' header will immediately send the request headers.
Usually, when sending 'Expect: 100-continue', both a timeout and a listener
- for the `'continue'` event should be set. See RFC2616 Section 8.2.3 for more
+ for the `'continue'` event should be set. See RFC 2616 Section 8.2.3 for more
information.
* Sending an Authorization header will override using the `auth` option