Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2de64b0

Browse files
committed
Merge remote-tracking branch 'origin/2.0' into 2.0
2 parents2fae69c +e35a38b commit2de64b0

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. Asyou mentioned in:ref:`service-container-extension-configuration`,
851+
Be sure thatthe``swiftmailer`` entry appears in your application
852+
configuration. Aswas 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-
Nowtolet 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)

[8]ページ先頭

©2009-2025 Movatter.jp