From 3cff915bbf0bd71689a5faef873ca9ae224e98a5 Mon Sep 17 00:00:00 2001 From: guangwu Date: Wed, 13 Mar 2024 09:50:36 +0800 Subject: [PATCH] fix: typo --- Tests/Annotation/ContextTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Annotation/ContextTest.php b/Tests/Annotation/ContextTest.php index 77c1edca0..afa445893 100644 --- a/Tests/Annotation/ContextTest.php +++ b/Tests/Annotation/ContextTest.php @@ -199,7 +199,7 @@ function () { return new Context(...['context' => ['foo' => 'bar'], 'groups' => DUMP ]; - yield 'named arguemnts: with groups option as array' => [ + yield 'named arguments: with groups option as array' => [ function () { return new Context(...['context' => ['foo' => 'bar'], 'groups' => ['a', 'b']]); }, <<