[Pkg-owncloud-commits] [owncloud-doc] 63/71: Update controllers.rst

David Prévot taffit at moszumanska.debian.org
Tue Dec 2 22:02:57 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud-doc.

commit bed381d76d0fec03b28138a1e2d976f937e84b66
Author: Bernhard Posselt <Raydiation at users.noreply.github.com>
Date:   Mon Nov 24 10:27:59 2014 +0100

    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 5098f7b..da07754 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
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list