8000 minor #6676 Removed 'html' from the component description (naroga) · symfony/symfony-docs@09a3381 · GitHub
[go: up one dir, main page]

Skip to content

Commit 09a3381

Browse files
committed
minor #6676 Removed 'html' from the component description (naroga)
This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes #6676). Discussion ---------- Removed 'html' from the component description Removed a single word from the component description, to clarify that `symfony/form` is not responsible for rendering html forms (it's `symfony/twig-bundle` that does this). This comes from a discussion, here: https://www.reddit.com/r/PHP/comments/4oj05y/symfony_rest_api_validating_data_that_will_be/d4e7fuq?context=3 Commits ------- d590273 Removed 'html' from the component description
2 parents 4944cda + d590273 commit 09a3381

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/form/introduction.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
The Form Component
66
==================
77

8-
The Form component allows you to easily create, process and reuse HTML
9-
forms.
8+
The Form component allows you to easily create, process and reuse forms.
109

1110
The Form component is a tool to help you solve the problem of allowing end-users
1211
to interact with the data and modify the data in your application. And though

0 commit comments

Comments
 (0)
0