From 01680db4ff17965b87d0932e5ae372174c428c8d Mon Sep 17 00:00:00 2001 From: Eric Stern Date: Mon, 1 Apr 2024 13:36:59 -0700 Subject: [PATCH] typo --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.php b/src/Client.php index 3904685..03bd2f6 100644 --- a/src/Client.php +++ b/src/Client.php @@ -36,7 +36,7 @@ * internal use, forcing a completely dogfooded experience. * * TODO: make testable, presumably via PSR-18 - * TODO: make an inteface so the enture client can be mocked by developers + * TODO: make an interface so the entire client can be mocked by developers */ class Client {