Skip to content

Commit

Permalink
minor #4325 [Components][Form] Correct a typo (fabschurt)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
wouterj committed Oct 15, 2014
2 parents 4bada7c + 3d3388d commit 7f461d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/form/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down

0 comments on commit 7f461d2

Please sign in to comment.