Skip to content

Commit

Permalink
Fix typo in the portability documentation (#6430)
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Jun 7, 2024
1 parent 4aa9cf9 commit 7f9b78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/reference/portability.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Using the following code block in your initialization will:
use Doctrine\DBAL\ColumnCase;
use Doctrine\DBAL\Configuration;
use Doctrine\DBAL\Portability\Connection as PortableConnection;
use Doctrine\DBAL\Portability\Middleware as PotableMiddleware;
use Doctrine\DBAL\Portability\Middleware as PortableMiddleware;
$configuration = new Configuration();
$configuration->setMiddlewares([
Expand Down

0 comments on commit 7f9b78d

Please sign in to comment.