diff --git a/AbstractClientBuilder.php b/AbstractClientBuilder.php index fd38222..503d7c1 100644 --- a/AbstractClientBuilder.php +++ b/AbstractClientBuilder.php @@ -133,7 +133,7 @@ public function setHost($host) } /** - * Return the configured clien. + * Return the configured client. */ abstract public function build();