From 093ac091735fa6ed8f9c309f2dfff31eed5f633f Mon Sep 17 00:00:00 2001 From: Reza Rabbani <50789773+thrashzone13@users.noreply.github.com> Date: Fri, 8 Mar 2024 11:48:31 +0100 Subject: [PATCH] Fix typo in docblock --- src/Console.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Console.php b/src/Console.php index 99bce6a..4f5943c 100644 --- a/src/Console.php +++ b/src/Console.php @@ -97,7 +97,7 @@ public function getNumberOfColumns(): int /** * Returns if the file descriptor is an interactive terminal or not. * - * Normally, we want to use a resource as a parameter, yet sadly it's not always awailable, + * Normally, we want to use a resource as a parameter, yet sadly it's not always available, * eg when running code in interactive console (`php -a`), STDIN/STDOUT/STDERR constants are not defined. * * @param int|resource $fileDescriptor