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