Skip to content

Commit 7a78de4

Browse files
committed
Fix typo
1 parent 18d69bf commit 7a78de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Action/ExceptionAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function __construct(SerializerInterface $serializer, array $errorFormats
5757
}
5858

5959
/**
60-
* Converts a an exception to a JSON response.
60+
* Converts an exception to a JSON response.
6161
*/
6262
public function __invoke(FlattenException $exception, Request $request): Response
6363
{

0 commit comments

Comments
 (0)