Skip to content

Commit

Permalink
Fix typo in kPipelining symbol (nodejs#2005)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Fecenko <afecenko@atlassian.com>
  • Loading branch information
2 people authored and metcoder95 committed Jul 21, 2023
1 parent 642c8df commit 18ef299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/symbols.js
Expand Up @@ -41,7 +41,7 @@ module.exports = {
kClient: Symbol('client'),
kParser: Symbol('parser'),
kOnDestroyed: Symbol('destroy callbacks'),
kPipelining: Symbol('pipelinig'),
kPipelining: Symbol('pipelining'),
kSocket: Symbol('socket'),
kHostHeader: Symbol('host header'),
kConnector: Symbol('connector'),
Expand Down

0 comments on commit 18ef299

Please sign in to comment.