summaryrefslogtreecommitdiff
path: root/test/parallel/test-http2-respond-file-304.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-http2-respond-file-304.js')
-rw-r--r--test/parallel/test-http2-respond-file-304.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-http2-respond-file-304.js b/test/parallel/test-http2-respond-file-304.js
index 536c48c624..12136d65fa 100644
--- a/test/parallel/test-http2-respond-file-304.js
+++ b/test/parallel/test-http2-respond-file-304.js
@@ -20,7 +20,7 @@ server.on('stream', (stream) => {
[HTTP2_HEADER_CONTENT_TYPE]: 'text/plain'
}, {
statCheck(stat, headers) {
- // abort the send and return a 304 Not Modified instead
+ // Abort the send and return a 304 Not Modified instead
stream.respond({ [HTTP2_HEADER_STATUS]: 304 });
return false;
}