From 287cba14cbfb9d6dcd2433d6a0b920b7a2eea7af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Teixeira?= Date: Thu, 2 Oct 2014 16:43:56 -0300 Subject: [PATCH] Update deployment.rst mismatched sentence --- en/deployment.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/en/deployment.rst b/en/deployment.rst index ec31860e02..fbb22274dd 100644 --- a/en/deployment.rst +++ b/en/deployment.rst @@ -47,8 +47,7 @@ Check Your Security If you're throwing your application out into the wild, it's a good idea to make sure it doesn't have any obvious leaks: -* Ensure you are using the :doc:`/controllers/components/csrf` is - enabled. +* Ensure you are using the :doc:`/controllers/components/csrf`. * You may want to enable :doc:`/controllers/components/security`. It can help prevent several types of form tampering and reduce the possibility of mass-assignment issues.