We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62c0653 commit 2c8104cCopy full SHA for 2c8104c
profiler/data_collector.rst
@@ -92,7 +92,7 @@ Enabling Custom Data Collectors
92
93
If you're using the :ref:`default services.yaml configuration <service-container-services-load-example>`
94
with ``autoconfigure``, then Symfony will automatically see your new data collector!
95
-Your ``collect()`` method should be called next time your refresh.
+Your ``collect()`` method should be called the next time you refresh.
96
97
If you're not using ``autoconfigure``, you can also :ref:`manually wire your service <services-explicitly-configure-wire-services>`
98
and :doc:`tag </service_container/tags>` it with ``data_collector``.
0 commit comments