diff --git a/manual/new/docs/en/connection-management/opening-a-new-connection.txt b/manual/new/docs/en/connection-management/opening-a-new-connection.txt index 3b90c05ea..2d79c4526 100644 --- a/manual/new/docs/en/connection-management/opening-a-new-connection.txt +++ b/manual/new/docs/en/connection-management/opening-a-new-connection.txt @@ -12,7 +12,7 @@ try { } -If your database extension isn't supported by PDO you can use special {{Doctrine_Adapter}} class (if availible). The following example uses db2 adapter: +If your database extension isn't supported by PDO you can use special {{Doctrine_Adapter}} class (if available). The following example uses db2 adapter: $dsn = 'db2:dbname=testdb;host=127.0.0.1';