Skip to content

Commit f4ed459

Browse files
committed
Fixed typo in parseElasticCloudId exception
1 parent 40fc75d commit f4ed459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TransportBuilder.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ private function parseElasticCloudId(string $cloudId): string
125125
return sprintf("https://%s.%s", $es, $uri);
126126
} catch (Throwable $t) {
127127
throw new Exception\CloudIdParseException(
128-
'Could ID not valid'
128+
'Cloud ID not valid'
129129
);
130130
}
131131
}

0 commit comments

Comments
 (0)