From b7056b6712fdc1dc8f9e473647d6772045b6c963 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Haso=C5=88?= Date: Tue, 1 Nov 2016 08:16:12 +0100 Subject: [PATCH] [Profiler] Fix rst typo --- profiler/storage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiler/storage.rst b/profiler/storage.rst index f0a330f2da6..b5d2377adbf 100644 --- a/profiler/storage.rst +++ b/profiler/storage.rst @@ -50,5 +50,5 @@ directory. If you want to use another location to store the profiles, define the )); You can also create your own profile storage service implementing the -:class:``Symfony\Component\HttpKernel\Profiler\ProfilerStorageInterface`` and +:class:`Symfony\\Component\\HttpKernel\\Profiler\\ProfilerStorageInterface` and overriding the ``profiler.storage`` service.