From e18247b62af7737f505fd47963980b4632c3fd77 Mon Sep 17 00:00:00 2001 From: Benoit GALATI Date: Wed, 27 Sep 2017 08:49:43 +0200 Subject: [PATCH] Fix typo --- security/csrf_in_login_form.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/csrf_in_login_form.rst b/security/csrf_in_login_form.rst index a3277597c97..b7fc2ded46a 100644 --- a/security/csrf_in_login_form.rst +++ b/security/csrf_in_login_form.rst @@ -16,7 +16,7 @@ for CSRF. In this article you'll learn how you can use it in your login form. Configuring CSRF Protection --------------------------- -First, make sure that the CSRF protection is enabled in the main cofiguration +First, make sure that the CSRF protection is enabled in the main configuration file: .. configuration-block::