Skip to content

Commit

Permalink
Update pdo_session_storage.rst
Browse files Browse the repository at this point in the history
fixed typo on xml service configuration
  • Loading branch information
tobemedia authored and xabbuh committed Sep 30, 2015
1 parent 713541a commit d735cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/doctrine/pdo_session_storage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ of your project's data, you can use the connection settings from the
.. code-block:: xml
<service id="session.handler.pdo" class="Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler" public="false">
<argument>mysql:host=%database_host%;port=%database_port%;dbname=%database_name%</agruement>
<argument>mysql:host=%database_host%;port=%database_port%;dbname=%database_name%</argument>
<argument type="collection">
<argument key="db_username">%database_user%</argument>
<argument key="db_password">%database_password%</argument>
Expand Down

0 comments on commit d735cde

Please sign in to comment.