Skip to content

Commit

Permalink
Fix typo in kPipelining symbol (#2005)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Fecenko <afecenko@atlassian.com>
  • Loading branch information
andrewfecenko and andrewfecenko2 committed Mar 13, 2023
1 parent 98b63b2 commit f04f9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/symbols.js
Original file line number Diff line number Diff line change
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 f04f9fa

Please sign in to comment.