From 36ce073d366ca5f3aa270e8d6b902bfb2f371593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomas=20Nork=C5=ABnas?= Date: Thu, 15 Mar 2018 10:31:43 +0200 Subject: [PATCH] Escape markdown --- core/security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/security.md b/core/security.md index cd02b24d6a9..576b8de7f18 100644 --- a/core/security.md +++ b/core/security.md @@ -69,7 +69,7 @@ if you really need to. ## Configuring the Access Control Message By default when API request will be denied you will get the "Access Denied." message. -You can change it by configuring "access_control_message" attribute. +You can change it by configuring "access\_control\_message" attribute. For example: