summaryrefslogtreecommitdiff
path: root/doc/api/http.md
diff options
context:
space:
mode:
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 9e6b6e4264..57ba9302b8 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -101,7 +101,7 @@ http.get({
hostname: 'localhost',
port: 80,
path: '/',
- agent: false // create a new agent just for this one request
+ agent: false // Create a new agent just for this one request
}, (res) => {
// Do stuff with response
});