Skip to content

Commit bd6f4d3

Browse files
committed
Minor tweaks to previous merge
1 parent 6d0684e commit bd6f4d3

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

profiler/wdt_follow_ajax.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
single: Profiling: WDT Auto-update after AJAX Request
33

44
How to Make the Web Debug Toolbar Auto-update After AJAX Requests
5-
================================================================
5+
=================================================================
66

7-
For single page applications it would be more convenient if the toolbar
8-
showed the information for the most recent AJAX request instead of the
7+
For single page applications it would be more convenient if the toolbar
8+
showed the information for the most recent AJAX request instead of the
99
initial page load.
1010

1111
By setting the ``Symfony-Debug-Toolbar-Replace`` header to a value of ``1`` in the
@@ -30,11 +30,12 @@ production. This can be accomplished by setting the header in a
3030

3131
.. seealso::
3232

33-
Read more Symfony events :ref:`/reference/events`.
33+
Read more about :doc:`Symfony events </reference/events>`.
3434

35-
If you are using Symfony Flex, you should define your event listener service in the
35+
If you are using Symfony Flex, you should define your event listener service in the
3636
``config/services_dev.yml`` file so that it only exists in the ``dev`` environment.
3737

3838
.. seealso::
3939

40-
Read more on creating dev only services :ref:`/configuration/configuration_organization`.
40+
Read more on
41+
:doc:`creating dev only services </configuration/configuration_organization>`.

0 commit comments

Comments
 (0)