From a579c6e822253e106da7b9f011c14854f944e448 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Tue, 12 Feb 2019 09:36:20 +0100 Subject: [PATCH] Fix typo in the profiler article --- profiler.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiler.rst b/profiler.rst index 6fe1840bab9..6cc9555b27d 100644 --- a/profiler.rst +++ b/profiler.rst @@ -92,7 +92,7 @@ Timing the Execution of the Application If you want to measure the time some tasks take in your application, there's no need to create a custom data collector. Instead, use the `Stopwatch component`_ -which provides utilities to profile code and displayes the results on the +which provides utilities to profile code and displays the results on the "Performance" panel of the Profiler web interface. When using :ref:`autowiring `, type-hint any argument with