From 3d3388d606e33216ad3abe778765756dff65d06a Mon Sep 17 00:00:00 2001 From: Fabien Schurter Date: Wed, 15 Oct 2014 00:30:59 +0200 Subject: [PATCH] Correct a typo. Removed uncorrect "load use" phrase part, and replaced it with "you can use", which I guess conveys the original meaning of the phrase better. --- components/form/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/form/introduction.rst b/components/form/introduction.rst index 21f2d669eb3..c5b47f8fa87 100644 --- a/components/form/introduction.rst +++ b/components/form/introduction.rst @@ -137,7 +137,7 @@ and validated when binding the form. .. tip:: - If you're not using the HttpFoundation component, load use + If you're not using the HttpFoundation component, you can use :class:`Symfony\\Component\\Form\\Extension\\Csrf\\CsrfProvider\\DefaultCsrfProvider` instead, which relies on PHP's native session handling::