Skip to content

Commit

Permalink
[#6348] some minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Mar 11, 2016
1 parent 7a04ed4 commit 037c7a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion best_practices/forms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ thing in one line to rendering each part of each field independently. The
best way depends on how much customization you need.

One of the simplest ways - which is especially useful during development -
is to render the form tags and use ``form_widget()`` function to render
is to render the form tags and use the ``form_widget()`` function to render
all of the fields:

.. code-block:: html+twig
Expand Down
2 changes: 1 addition & 1 deletion best_practices/i18n.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Traditionally, Symfony developers have created these files in the
``app/Resources/`` directory is considered the global location for the
application's resources, storing translations in ``app/Resources/translations/``
centralizes them *and* gives them priority over any other translation file.
This lets you override translations defined in third-party bundles.
This let's you override translations defined in third-party bundles.

Translation Keys
----------------
Expand Down

0 comments on commit 037c7a5

Please sign in to comment.