From bed381d76d0fec03b28138a1e2d976f937e84b66 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 24 Nov 2014 10:27:59 +0100 Subject: [PATCH] Update controllers.rst --- developer_manual/app/controllers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/app/controllers.rst b/developer_manual/app/controllers.rst index 5098f7bf2..da077544f 100644 --- a/developer_manual/app/controllers.rst +++ b/developer_manual/app/controllers.rst @@ -494,7 +494,7 @@ To turn off checks the following *Annotations* can be added before the controlle * **@NoCSRFRequired**: Don't check the CSRF token (use this wisely since you might create a security hole, to understand what it does see :doc:`../general/security`) * **@PublicPage**: Everyone can access that page without having to log in -A controller method that turns of all checks would look like this: +A controller method that turns off all checks would look like this: .. code-block:: php