File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ thing in one line to rendering each part of each field independently. The
160160best way depends on how much customization you need.
161161
162162One of the simplest ways - which is especially useful during development -
163- is to render the form tags and use ``form_widget() `` function to render
163+ is to render the form tags and use the ``form_widget() `` function to render
164164all of the fields:
165165
166166.. code-block :: html+twig
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ Traditionally, Symfony developers have created these files in the
5555``app/Resources/ `` directory is considered the global location for the
5656application's resources, storing translations in ``app/Resources/translations/ ``
5757centralizes them *and * gives them priority over any other translation file.
58- This lets you override translations defined in third-party bundles.
58+ This let's you override translations defined in third-party bundles.
5959
6060Translation Keys
6161----------------
You can’t perform that action at this time.
0 commit comments