Skip to content

Commit 7f9b78d

Browse files
authored
Fix typo in the portability documentation (#6430)
1 parent 4aa9cf9 commit 7f9b78d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/reference/portability.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Using the following code block in your initialization will:
5353
use Doctrine\DBAL\ColumnCase;
5454
use Doctrine\DBAL\Configuration;
5555
use Doctrine\DBAL\Portability\Connection as PortableConnection;
56-
use Doctrine\DBAL\Portability\Middleware as PotableMiddleware;
56+
use Doctrine\DBAL\Portability\Middleware as PortableMiddleware;
5757
5858
$configuration = new Configuration();
5959
$configuration->setMiddlewares([

0 commit comments

Comments
 (0)