Skip to content

Commit 32762a1

Browse files
committed
Merge branch '4.2'
* 4.2: Fix typo in the profiler article
2 parents 927dee1 + 1e29b9a commit 32762a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

profiler.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Timing the Execution of the Application
9292

9393
If you want to measure the time some tasks take in your application, there's no
9494
need to create a custom data collector. Instead, use the `Stopwatch component`_
95-
which provides utilities to profile code and displayes the results on the
95+
which provides utilities to profile code and displays the results on the
9696
"Performance" panel of the Profiler web interface.
9797

9898
When using :ref:`autowiring <services-autowire>`, type-hint any argument with

0 commit comments

Comments
 (0)