Skip to content

Commit 7dbae3b

Browse files
authored
Fix typo in docs
1 parent a49a9b3 commit 7dbae3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ private function parseAddress($address)
147147

148148
if ($this->unix) {
149149
// remove trailing colon from address for HHVM < 3.19: https://3v4l.org/5C1lo
150-
// note that techncially ":" is a valid address, so keep this in place otherwise
150+
// note that technically ":" is a valid address, so keep this in place otherwise
151151
if (substr($address, -1) === ':' && defined('HHVM_VERSION_ID') && HHVM_VERSION_ID < 31900) {
152152
$address = (string)substr($address, 0, -1);
153153
}

0 commit comments

Comments
 (0)