Skip to content

Commit 037c7a5

Browse files
committed
[#6348] some minor tweaks
1 parent 7a04ed4 commit 037c7a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

best_practices/forms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ thing in one line to rendering each part of each field independently. The
160160
best way depends on how much customization you need.
161161

162162
One 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
164164
all of the fields:
165165

166166
.. code-block:: html+twig

best_practices/i18n.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
5656
application's resources, storing translations in ``app/Resources/translations/``
5757
centralizes 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

6060
Translation Keys
6161
----------------

0 commit comments

Comments
 (0)