Commit 129cc1bd authored by Fabien Potencier's avatar Fabien Potencier

minor #1263 Fix typo in var-dumper.rst (andytruong)

This PR was merged into the 2.0.x-dev branch.

Discussion
----------

Fix typo in var-dumper.rst

Commits
-------

ca56d24d Update var-dumper.rst
parents 42f199cc ca56d24d
...@@ -36,7 +36,7 @@ Usage ...@@ -36,7 +36,7 @@ Usage
Adding the VarDumper component as a Composer dependency gives you access to the Adding the VarDumper component as a Composer dependency gives you access to the
``dump()`` PHP function anywhere in your code. ``dump()`` PHP function anywhere in your code.
Ig you are using Twig, it also provides a ``dump()`` Twig function and a If you are using Twig, it also provides a ``dump()`` Twig function and a
``dump`` Twig tag. ``dump`` Twig tag.
The VarDumperServiceProvider is also useful when used with the Silex The VarDumperServiceProvider is also useful when used with the Silex
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment