From 047262c6492b73b6f6cce488c9797a8e15dc8765 Mon Sep 17 00:00:00 2001 From: ADmad Date: Mon, 29 Nov 2021 16:53:10 +0530 Subject: [PATCH] Fix formatting --- docs/en/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/index.rst b/docs/en/index.rst index 046b347e..d672de9b 100644 --- a/docs/en/index.rst +++ b/docs/en/index.rst @@ -59,7 +59,7 @@ Configuration * ``DebugKit.ignoreAuthorization`` - Set to true to ignore Cake Authorization plugin for DebugKit requests. Disabled by default. * ``DebugKit.variablesPanelMaxDepth`` - Defines how many levels of nested data should be shown in the variables tab. Default is 5. - WARNING: Increasing the max depth level can lead to an out of memory error. + WARNING: Increasing the max depth level can lead to an out of memory error.:: // Show more levels Configure::write('DebugKit.variablesPanelMaxDepth', 8);