Skip to content

Commit f04f9fa

Browse files
andrewfecenkoandrewfecenko2
andauthoredMar 13, 2023
Fix typo in kPipelining symbol (#2005)
Co-authored-by: Andrew Fecenko <afecenko@atlassian.com>
1 parent 98b63b2 commit f04f9fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/core/symbols.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module.exports = {
4141
kClient: Symbol('client'),
4242
kParser: Symbol('parser'),
4343
kOnDestroyed: Symbol('destroy callbacks'),
44-
kPipelining: Symbol('pipelinig'),
44+
kPipelining: Symbol('pipelining'),
4545
kSocket: Symbol('socket'),
4646
kHostHeader: Symbol('host header'),
4747
kConnector: Symbol('connector'),

0 commit comments

Comments
 (0)
Please sign in to comment.