Skip to content

Commit e22115e

Browse files
committed
Merge branch '2.8' into 3.1
* 2.8: Update create_custom_field_type.rst Update create_custom_field_type.rst Update http_foundation.rst
2 parents 618a1b1 + 13cff5b commit e22115e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

create_framework/http_foundation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ With the ``Response`` class, you can easily tweak the response::
226226
To debug a response, cast it to a string; it will return the HTTP
227227
representation of the response (headers and content).
228228

229-
Last but not the least, these classes, like every other class in the Symfony
229+
Last but not least, these classes, like every other class in the Symfony
230230
code, have been `audited`_ for security issues by an independent company. And
231231
being an Open-Source project also means that many other developers around the
232232
world have read the code and have already fixed potential security problems.

form/create_custom_field_type.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ configuration::
369369
}
370370

371371
Great! The ``GenderType`` is now fueled by the configuration parameters and
372-
registered as a service. Because you used the ``form.type`` alias in its configuration,
372+
registered as a service. Because you used the ``form.type`` tag in its configuration,
373373
your service will be used instead of creating a *new* ``GenderType``. In other words,
374374
your controller *does not need to change*, it still looks like this::
375375

0 commit comments

Comments
 (0)