Skip to content

Commit d86e61e

Browse files
committed
Fix doubled words
1 parent 4eeec12 commit d86e61e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

book/templating.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1401,7 +1401,7 @@ Debugging
14011401

14021402
When using PHP, you can use ``var_dump()`` if you need to quickly find the
14031403
value of a variable passed. This is useful, for example, inside your controller.
1404-
The same can be achieved when using Twig thanks to the the debug extension.
1404+
The same can be achieved when using Twig thanks to the debug extension.
14051405

14061406
Template parameters can then be dumped using the ``dump`` function:
14071407

components/dependency_injection/advanced.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Synthetic services are services that are injected into the container instead
6666
of being created by the container.
6767

6868
For example, if you're using the :doc:`HttpKernel</components/http_kernel/introduction>`
69-
component with the DependencyInjection component, then the the ``request``
69+
component with the DependencyInjection component, then the ``request``
7070
service is injected in the
7171
:method:`ContainerAwareHttpKernel::handle() <Symfony\\Component\\HttpKernel\\DependencyInjection\\ContainerAwareHttpKernel::handle>`
7272
method when entering the request :doc:`scope </cookbook/service_container/scopes>`.

0 commit comments

Comments
 (0)