Skip to content

Commit 1e29b9a

Browse files
committed
minor symfony#10987 Fix typo in the profiler article (stof)
This PR was merged into the 4.2 branch. Discussion ---------- Fix typo in the profiler article Commits ------- a579c6e Fix typo in the profiler article
2 parents 85854ff + a579c6e commit 1e29b9a

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)