Skip to content

Commit 8151548

Browse files
committed
Fix typo in exception message
Signed-off-by: Joey Smith <jsmith@webinertia.net> Signed-off-by: Joey Smith <jsmith@webinertia.net>
1 parent 7ce8dc2 commit 8151548

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Container/ConnectionInterfaceFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function __invoke(
3030
): ConnectionInterface&Connection {
3131
if (! is_array($options['connection']) || $options['connection'] === []) {
3232
throw new InvalidConnectionParametersException(
33-
'Connection configuration must be an array of parameters pased via $options["connection"]',
33+
'Connection configuration must be an array of parameters passed via $options["connection"]',
3434
$options['connection']
3535
);
3636
}

0 commit comments

Comments
 (0)