Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Commit 2a0dee5

Browse files
author
Jessica Lord
committed
fix(connection): typo
1 parent 850e3dc commit 2a0dee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/connection/connection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ Connection.prototype.connect = function(_options) {
547547
connection_options = { path: self.host };
548548
} else {
549549
connection_options = { port: self.port, host: self.host };
550-
if (self.fmaily !== void 0) {
550+
if (self.family !== void 0) {
551551
connection_options.family = self.family;
552552
}
553553
}

0 commit comments

Comments
 (0)