From 474dedfebb08b30672f189db00ffd3d2237b2e77 Mon Sep 17 00:00:00 2001 From: Anton Samoylenko Date: Fri, 12 Feb 2021 16:24:10 +0200 Subject: [PATCH] Fix typo --- AbstractClientBuilder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();