Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7f461d2

Browse files
committed
minor #4325 [Components][Form] Correct a typo (fabschurt)
This PR was merged into the 2.3 branch. Discussion ---------- [Components][Form] Correct a typo | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3+ | Fixed tickets | n/a Removed uncorrect "load use" phrase part, and replaced it with "you can use", which I guess conveys the original meaning of the phrase better. Commits ------- 3d3388d Correct a typo.
2 parents 4bada7c + 3d3388d commit 7f461d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/form/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ and validated when binding the form.
137137

138138
.. tip::
139139

140-
If you're not using the HttpFoundation component, load use
140+
If you're not using the HttpFoundation component, you can use
141141
:class:`Symfony\\Component\\Form\\Extension\\Csrf\\CsrfProvider\\DefaultCsrfProvider`
142142
instead, which relies on PHP's native session handling::
143143

0 commit comments

Comments
 (0)