Skip to content

Commit a579c6e

Browse files
authored
Fix typo in the profiler article
1 parent 85854ff commit a579c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: profiler.rst

+1-1
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)