From 26b4d4d78dbb6876206f64348ba500e1339e17dc Mon Sep 17 00:00:00 2001 From: Brandon Date: Fri, 29 Dec 2023 09:16:51 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Improve=20the=20`AcornPrettify::?= =?UTF-8?q?make()`=20docblock?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/AcornPrettify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AcornPrettify.php b/src/AcornPrettify.php index 5d99f99..8984973 100644 --- a/src/AcornPrettify.php +++ b/src/AcornPrettify.php @@ -46,7 +46,7 @@ public function __construct(Application $app) } /** - * Make a new instance of the Acorn Prettify. + * Make a new instance of Acorn Prettify. */ public static function make(Application $app): self {