Skip to content

Commit 2de64b0

Browse files
committed
Merge remote-tracking branch 'origin/2.0' into 2.0
2 parents 2fae69c + e35a38b commit 2de64b0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

book/service_container.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -848,8 +848,8 @@ the framework.
848848

849849
.. tip::
850850

851-
Be sure that ``swiftmailer`` entry appears in your application
852-
configuration. As you mentioned in :ref:`service-container-extension-configuration`,
851+
Be sure that the ``swiftmailer`` entry appears in your application
852+
configuration. As was mentioned in :ref:`service-container-extension-configuration`,
853853
the ``swiftmailer`` key invokes the service extension from the
854854
``SwiftmailerBundle``, which registers the ``mailer`` service.
855855

cookbook/form/form_collections.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ Allowing "new" tags with the "prototype"
272272

273273
Allowing the user to dynamically add new tags means that you'll need to
274274
use some JavaScript. Previously you added two tags to your form in the controller.
275-
Now to let the user add as many tag forms as he needs directly in the browser.
275+
Now let the user add as many tag forms as he needs directly in the browser.
276276
This will be done through a bit of JavaScript.
277277

278278
The first thing you need to do is to let the form collection know that it will

reference/forms/twig_reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ object:
213213

214214
<label for="{{ form.name.vars.id }}"
215215
class="{{ form.name.vars.required ? 'required' : '' }}">
216-
{{ form.name.label }}
216+
{{ form.name.vars.label }}
217217
</label>
218218

219219
.. code-block:: html+php

0 commit comments

Comments
 (0)