From a027e24e3cd14050f2f18e0bef4ebd56fcdec764 Mon Sep 17 00:00:00 2001 From: danilopolani Date: Tue, 8 Mar 2022 15:02:30 +0100 Subject: [PATCH] fix typo --- src/Factories/Attributes/Attribute.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Factories/Attributes/Attribute.php b/src/Factories/Attributes/Attribute.php index 2eaf8dbf..22a08968 100644 --- a/src/Factories/Attributes/Attribute.php +++ b/src/Factories/Attributes/Attribute.php @@ -10,7 +10,7 @@ namespace Pest\Factories\Attributes; abstract class Attribute { /** - * Determine if the attribute should be placed above the classe instead of above the method. + * Determine if the attribute should be placed above the class instead of above the method. * * @var bool */