summaryrefslogtreecommitdiff
path: root/test/parallel/test-http-remove-header-stays-removed.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-http-remove-header-stays-removed.js')
-rw-r--r--test/parallel/test-http-remove-header-stays-removed.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-http-remove-header-stays-removed.js b/test/parallel/test-http-remove-header-stays-removed.js
index 337fcd3bec..09a4475388 100644
--- a/test/parallel/test-http-remove-header-stays-removed.js
+++ b/test/parallel/test-http-remove-header-stays-removed.js
@@ -26,7 +26,7 @@ const assert = require('assert');
const http = require('http');
const server = http.createServer(function(request, response) {
- // removed headers should stay removed, even if node automatically adds them
+ // Removed headers should stay removed, even if node automatically adds them
// to the output:
response.removeHeader('connection');
response.removeHeader('transfer-encoding');