Skip to content

Commit b870662

Browse files
committed
minor #16278 Correct spelling & grammar in 4.4 profiler/ (gnito-org)
This PR was merged into the 4.4 branch. Discussion ---------- Correct spelling & grammar in 4.4 profiler/ <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 2c8104c Correct spelling & grammar in 4.4 profiler/
2 parents b8eab6d + 2c8104c commit b870662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

profiler/data_collector.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Enabling Custom Data Collectors
9292

9393
If you're using the :ref:`default services.yaml configuration <service-container-services-load-example>`
9494
with ``autoconfigure``, then Symfony will automatically see your new data collector!
95-
Your ``collect()`` method should be called next time your refresh.
95+
Your ``collect()`` method should be called the next time you refresh.
9696

9797
If you're not using ``autoconfigure``, you can also :ref:`manually wire your service <services-explicitly-configure-wire-services>`
9898
and :doc:`tag </service_container/tags>` it with ``data_collector``.

0 commit comments

Comments
 (0)